Html Css Color HEX #018BEA Dodger Blue

📋 copy color: '#018BEA'

red 1 ◦ green 139 ◦ blue 234

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

Shades of Dodger Blue #018BEA

Tints of Dodger Blue #018BEA

RGB

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

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

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

R = 0.27%
G = 37.17%
B = 62.57%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#018BEA (or 0x018BEA) is known color: Dodger Blue. HEX triplet: 01, 8B and EA. RGB value is (1,139,234). Sum of RGB (Red+Green+Blue) = 1+139+234=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #018BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BEA is #FE7415. Grayscale: #6C6C6C. Windows color (decimal): -16675862 or 15371009. OLE color: 15371009.

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

Color convert

RGB 1 139 234 -
CMYK 1.00 0.41 0 0.08
HSL 204.46º 0.99% 0.46% -
HSV(B) 204.46º 1% 0.92% -
XYZ 24.1 24.41 81.28 -
YUV 108.57 198.78 51.28 -
System Red Green Blue C M Y K H S L
Decimal 1 139 234 1.00 0.41 0 0.08 204.46 0.99 0.46
Hex 1 8B EA 64 29 0 8 CC 63 2E
Octal 1 213 352 144 51 0 10 314 143 56
Binary 1 10001011 11101010 1100100 101001 0 1000 11001100 1100011 101110

Color Harmonies of #018BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BEA

Black with #018BEA

Text Example


Text Example

White with #018BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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