Html Css Color HEX #1B96DB Dodger Blue

📋 copy color: '#1B96DB'

red 27 ◦ green 150 ◦ blue 219

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

Shades of Dodger Blue #1B96DB

Tints of Dodger Blue #1B96DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 6.82%
G = 37.88%
B = 55.3%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B96DB (or 0x1B96DB) is known color: Dodger Blue. HEX triplet: 1B, 96 and DB. RGB value is (27,150,219). Sum of RGB (Red+Green+Blue) = 27+150+219=396 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.82% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B96DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B96DB is #E46924. Grayscale: #787878. Windows color (decimal): -14969125 or 14390811. OLE color: 14390811.

HSL color Cylindrical-coordinate representation of color #1B96DB: hue angle of 201.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B96DB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 150 219 -
CMYK 0.88 0.32 0 0.14
HSL 201.56º 0.78% 0.48% -
HSV(B) 201.56º 0.88% 0.86% -
XYZ 24.14 27.16 70.99 -
YUV 121.09 183.25 60.89 -
System Red Green Blue C M Y K H S L
Decimal 27 150 219 0.88 0.32 0 0.14 201.56 0.78 0.48
Hex 1B 96 DB 58 20 0 E CA 4E 30
Octal 33 226 333 130 40 0 16 312 116 60
Binary 11011 10010110 11011011 1011000 100000 0 1110 11001010 1001110 110000

Color Harmonies of #1B96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B96DB

Black with #1B96DB

Text Example


Text Example

White with #1B96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,150,219); }

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

background-color css

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

 a { background-color: rgb(27,150,219); }

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

border-color css

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

 span { border-color: rgb(27,150,219); }

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