#1babfc

Color #1BABFC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1BABFC

Tints of Dodger Blue #1BABFC

Color information

#1BABFC (or 0x1BABFC) is unknown color: approx Dodger Blue. HEX triplet: 1B, AB and FC. RGB value is (27,171,252). Sum of RGB (Red+Green+Blue) = 27+171+252=450 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BABFC is #E45403. Grayscale: #888888. Windows color (decimal): -14963716 or 16558875. OLE color: 16558875.

HSL color Cylindrical-coordinate representation of color #1BABFC: hue angle of 201.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BABFC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB27171252-
CMYK0.890.3200.01
HSL201.6º97.4%54.71%-
HSV(B)201.6º89.29%98.82%-
XYZ32.5936.3997.4-
YUV137.18192.7949.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 6%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 252 (98.83% from 255) = 56%
R=6%
G=38%
B=56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal271712520.890.3200.01201.697.454.71
Hex1BABFC592001ca6137
Octal33253374131400131214167
Binary110111010101111111100101100110000001110010101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1babfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1babfc; }

 p { color: rgb(27,171,252); }

 H1.HeaderClassName
 {
   color: #1babfc;
 }
 .AnyTagClassName
 {
   color: #1babfc;
 }
</style>
background-color css

<style>
 a { background-color: #1babfc; }

 a { background-color: rgb(27,171,252); }

 div.DivClassName
 {
   background-color: #1babfc;
 }
 .BgClassName
 {
   background-color: #1babfc;
 }
</style>
border-color css

<style>
 span { border-color: #1babfc; }

 span { border-color: rgb(27,171,252); }

 td.TdClassName
 {
   border-color: #1babfc;
 }
 .TagClassName
 {
   border-color: #1babfc;
 }
</style>