Html Css Color HEX #1B8EEA Dodger Blue

📋 copy color: '#1B8EEA'

red 27 ◦ green 142 ◦ blue 234

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

Shades of Dodger Blue #1B8EEA

Tints of Dodger Blue #1B8EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

 BLUE value IS 234 (91.8% from 255) = 58.06%

R = 6.7%
G = 35.24%
B = 58.06%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B8EEA (or 0x1B8EEA) is known color: Dodger Blue. HEX triplet: 1B, 8E and EA. RGB value is (27,142,234). Sum of RGB (Red+Green+Blue) = 27+142+234=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B8EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8EEA is #E47115. Grayscale: #757575. Windows color (decimal): -14971158 or 15371803. OLE color: 15371803.

HSL color Cylindrical-coordinate representation of color #1B8EEA: hue angle of 206.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B8EEA is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 142 234 -
CMYK 0.88 0.39 0 0.08
HSL 206.67º 0.83% 0.51% -
HSV(B) 206.67º 0.88% 0.92% -
XYZ 24.98 25.52 81.45 -
YUV 118.1 193.4 63.02 -
System Red Green Blue C M Y K H S L
Decimal 27 142 234 0.88 0.39 0 0.08 206.67 0.83 0.51
Hex 1B 8E EA 58 27 0 8 CF 53 33
Octal 33 216 352 130 47 0 10 317 123 63
Binary 11011 10001110 11101010 1011000 100111 0 1000 11001111 1010011 110011

Color Harmonies of #1B8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8EEA

Black with #1B8EEA

Text Example


Text Example

White with #1B8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,142,234); }

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

background-color css

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

 a { background-color: rgb(27,142,234); }

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

border-color css

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

 span { border-color: rgb(27,142,234); }

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