Html Css Color HEX #1B9BFF Dodger Blue

📋 copy color: '#1B9BFF'

red 27 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #1B9BFF

Tints of Dodger Blue #1B9BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.47%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 6.18%
G = 35.47%
B = 58.35%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B9BFF (or 0x1B9BFF) is known color: Dodger Blue. HEX triplet: 1B, 9B and FF. RGB value is (27,155,255). Sum of RGB (Red+Green+Blue) = 27+155+255=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9BFF is #E46400. Grayscale: #7F7F7F. Windows color (decimal): -14967809 or 16751387. OLE color: 16751387.

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

Color convert

RGB 27 155 255 -
CMYK 0.89 0.39 0 0
HSL 206.32º 1% 0.55% -
HSV(B) 206.32º 0.89% 1% -
XYZ 30.22 30.9 98.98 -
YUV 128.13 199.59 55.87 -
System Red Green Blue C M Y K H S L
Decimal 27 155 255 0.89 0.39 0 0 206.32 1 0.55
Hex 1B 9B FF 59 27 0 0 CE 64 37
Octal 33 233 377 131 47 0 0 316 144 67
Binary 11011 10011011 11111111 1011001 100111 0 0 11001110 1100100 110111

Color Harmonies of #1B9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9BFF

Black with #1B9BFF

Text Example


Text Example

White with #1B9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,155,255); }

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

background-color css

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

 a { background-color: rgb(27,155,255); }

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

border-color css

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

 span { border-color: rgb(27,155,255); }

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