Html Css Color HEX #1B9FFF Dodger Blue

📋 copy color: '#1B9FFF'

red 27 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #1B9FFF

Tints of Dodger Blue #1B9FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.05%

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

R = 6.12%
G = 36.05%
B = 57.82%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B9FFF (or 0x1B9FFF) is known color: Dodger Blue. HEX triplet: 1B, 9F and FF. RGB value is (27,159,255). Sum of RGB (Red+Green+Blue) = 27+159+255=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B9FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9FFF is #E46000. Grayscale: #818181. Windows color (decimal): -14966785 or 16752411. OLE color: 16752411.

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

Color convert

RGB 27 159 255 -
CMYK 0.89 0.38 0 0
HSL 205.26º 1% 0.55% -
HSV(B) 205.26º 0.89% 1% -
XYZ 30.9 32.25 99.2 -
YUV 130.48 198.27 54.19 -
System Red Green Blue C M Y K H S L
Decimal 27 159 255 0.89 0.38 0 0 205.26 1 0.55
Hex 1B 9F FF 59 26 0 0 CD 64 37
Octal 33 237 377 131 46 0 0 315 144 67
Binary 11011 10011111 11111111 1011001 100110 0 0 11001101 1100100 110111

Color Harmonies of #1B9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9FFF

Black with #1B9FFF

Text Example


Text Example

White with #1B9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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