Html Css Color HEX #1B9AFB Dodger Blue

📋 copy color: '#1B9AFB'

red 27 ◦ green 154 ◦ blue 251

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

Shades of Dodger Blue #1B9AFB

Tints of Dodger Blue #1B9AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

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

R = 6.25%
G = 35.65%
B = 58.1%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B9AFB (or 0x1B9AFB) is known color: Dodger Blue. HEX triplet: 1B, 9A and FB. RGB value is (27,154,251). Sum of RGB (Red+Green+Blue) = 27+154+251=432 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.25% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B9AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9AFB is #E46504. Grayscale: #7E7E7E. Windows color (decimal): -14968069 or 16488987. OLE color: 16488987.

HSL color Cylindrical-coordinate representation of color #1B9AFB: hue angle of 205.98º 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 #1B9AFB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 154 251 -
CMYK 0.89 0.39 0 0.02
HSL 205.98º 0.97% 0.55% -
HSV(B) 205.98º 0.89% 0.98% -
XYZ 29.42 30.31 95.57 -
YUV 127.09 197.92 56.61 -
System Red Green Blue C M Y K H S L
Decimal 27 154 251 0.89 0.39 0 0.02 205.98 0.97 0.55
Hex 1B 9A FB 59 27 0 2 CE 61 37
Octal 33 232 373 131 47 0 2 316 141 67
Binary 11011 10011010 11111011 1011001 100111 0 10 11001110 1100001 110111

Color Harmonies of #1B9AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9AFB

Black with #1B9AFB

Text Example


Text Example

White with #1B9AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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