Html Css Color HEX #1BA9FB Dodger Blue

📋 copy color: '#1BA9FB'

red 27 ◦ green 169 ◦ blue 251

#1BA9FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1BA9FB

Tints of Dodger Blue #1BA9FB

RGB

 RED value IS 27 (10.94% from 255) = 6.04%

 GREEN value IS 169 (66.41% from 255) = 37.81%

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 6.04%
G = 37.81%
B = 56.15%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1BA9FB (or 0x1BA9FB) is known color: Dodger Blue. HEX triplet: 1B, A9 and FB. RGB value is (27,169,251). Sum of RGB (Red+Green+Blue) = 27+169+251=447 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.04% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #1BA9FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BA9FB is #E45604. Grayscale: #878787. Windows color (decimal): -14964229 or 16492827. OLE color: 16492827.

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

Color convert

RGB 27 169 251 -
CMYK 0.89 0.33 0 0.02
HSL 201.96º 0.97% 0.55% -
HSV(B) 201.96º 0.89% 0.98% -
XYZ 32.05 35.57 96.44 -
YUV 135.89 192.96 50.33 -
System Red Green Blue C M Y K H S L
Decimal 27 169 251 0.89 0.33 0 0.02 201.96 0.97 0.55
Hex 1B A9 FB 59 21 0 2 CA 61 37
Octal 33 251 373 131 41 0 2 312 141 67
Binary 11011 10101001 11111011 1011001 100001 0 10 11001010 1100001 110111

Color Harmonies of #1BA9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA9FB

Black with #1BA9FB

Text Example


Text Example

White with #1BA9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,169,251); }

 H1.HeaderClassName
 {
   color: #1BA9FB;
 }
 .AnyTagClassName
 {
   color: #1BA9FB;
 }
</style>

background-color css

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

 a { background-color: rgb(27,169,251); }

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

border-color css

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

 span { border-color: rgb(27,169,251); }

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