Html Css Color HEX #1B9DEF Dodger Blue

📋 copy color: '#1B9DEF'

red 27 ◦ green 157 ◦ blue 239

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

Shades of Dodger Blue #1B9DEF

Tints of Dodger Blue #1B9DEF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 6.38%
G = 37.12%
B = 56.5%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1B9DEF (or 0x1B9DEF) is known color: Dodger Blue. HEX triplet: 1B, 9D and EF. RGB value is (27,157,239). Sum of RGB (Red+Green+Blue) = 27+157+239=423 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.38% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B9DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9DEF is #E46210. Grayscale: #7F7F7F. Windows color (decimal): -14967313 or 15703323. OLE color: 15703323.

HSL color Cylindrical-coordinate representation of color #1B9DEF: hue angle of 203.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B9DEF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 157 239 -
CMYK 0.89 0.34 0 0.06
HSL 203.21º 0.87% 0.52% -
HSV(B) 203.21º 0.89% 0.94% -
XYZ 28.09 30.58 86.08 -
YUV 127.48 190.93 56.33 -
System Red Green Blue C M Y K H S L
Decimal 27 157 239 0.89 0.34 0 0.06 203.21 0.87 0.52
Hex 1B 9D EF 59 22 0 6 CB 57 34
Octal 33 235 357 131 42 0 6 313 127 64
Binary 11011 10011101 11101111 1011001 100010 0 110 11001011 1010111 110100

Color Harmonies of #1B9DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9DEF

Black with #1B9DEF

Text Example


Text Example

White with #1B9DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,157,239); }

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

background-color css

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

 a { background-color: rgb(27,157,239); }

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

border-color css

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

 span { border-color: rgb(27,157,239); }

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