Html Css Color HEX #1B9EFC Dodger Blue

📋 copy color: '#1B9EFC'

red 27 ◦ green 158 ◦ blue 252

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

Shades of Dodger Blue #1B9EFC

Tints of Dodger Blue #1B9EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.16%

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 6.18%
G = 36.16%
B = 57.67%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1B9EFC (or 0x1B9EFC) is known color: Dodger Blue. HEX triplet: 1B, 9E and FC. RGB value is (27,158,252). Sum of RGB (Red+Green+Blue) = 27+158+252=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B9EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9EFC is #E46103. Grayscale: #818181. Windows color (decimal): -14967044 or 16555547. OLE color: 16555547.

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

Color convert

RGB 27 158 252 -
CMYK 0.89 0.37 0 0.01
HSL 205.07º 0.97% 0.55% -
HSV(B) 205.07º 0.89% 0.99% -
XYZ 30.25 31.72 96.62 -
YUV 129.55 197.1 54.86 -
System Red Green Blue C M Y K H S L
Decimal 27 158 252 0.89 0.37 0 0.01 205.07 0.97 0.55
Hex 1B 9E FC 59 25 0 1 CD 61 37
Octal 33 236 374 131 45 0 1 315 141 67
Binary 11011 10011110 11111100 1011001 100101 0 1 11001101 1100001 110111

Color Harmonies of #1B9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9EFC

Black with #1B9EFC

Text Example


Text Example

White with #1B9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,158,252); }

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

background-color css

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

 a { background-color: rgb(27,158,252); }

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

border-color css

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

 span { border-color: rgb(27,158,252); }

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