Html Css Color HEX #018BEC Dodger Blue

📋 copy color: '#018BEC'

red 1 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #018BEC

Tints of Dodger Blue #018BEC

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 139 (54.69% from 255) = 36.97%

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 0.27%
G = 36.97%
B = 62.77%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#018BEC (or 0x018BEC) is known color: Dodger Blue. HEX triplet: 01, 8B and EC. RGB value is (1,139,236). Sum of RGB (Red+Green+Blue) = 1+139+236=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #018BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BEC is #FE7413. Grayscale: #6C6C6C. Windows color (decimal): -16675860 or 15502081. OLE color: 15502081.

HSL color Cylindrical-coordinate representation of color #018BEC: hue angle of 204.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018BEC is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 139 236 -
CMYK 1.00 0.41 0 0.07
HSL 204.77º 0.99% 0.46% -
HSV(B) 204.77º 1% 0.93% -
XYZ 24.39 24.53 82.81 -
YUV 108.8 199.78 51.11 -
System Red Green Blue C M Y K H S L
Decimal 1 139 236 1.00 0.41 0 0.07 204.77 0.99 0.46
Hex 1 8B EC 64 29 0 7 CD 63 2E
Octal 1 213 354 144 51 0 7 315 143 56
Binary 1 10001011 11101100 1100100 101001 0 111 11001101 1100011 101110

Color Harmonies of #018BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BEC

Black with #018BEC

Text Example


Text Example

White with #018BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018BEC; }

 p { color: rgb(1,139,236); }

 H1.HeaderClassName
 {
   color: #018BEC;
 }
 .AnyTagClassName
 {
   color: #018BEC;
 }
</style>

background-color css

<style>
 a { background-color: #018BEC; }

 a { background-color: rgb(1,139,236); }

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

border-color css

<style>
 span { border-color: #018BEC; }

 span { border-color: rgb(1,139,236); }

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