Html Css Color HEX #018DEA Dodger Blue

📋 copy color: '#018DEA'

red 1 ◦ green 141 ◦ blue 234

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

Shades of Dodger Blue #018DEA

Tints of Dodger Blue #018DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.5%

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

R = 0.27%
G = 37.5%
B = 62.23%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#018DEA (or 0x018DEA) is known color: Dodger Blue. HEX triplet: 01, 8D and EA. RGB value is (1,141,234). Sum of RGB (Red+Green+Blue) = 1+141+234=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #018DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DEA is #FE7215. Grayscale: #6D6D6D. Windows color (decimal): -16675350 or 15371521. OLE color: 15371521.

HSL color Cylindrical-coordinate representation of color #018DEA: hue angle of 203.95º 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 #018DEA is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 141 234 -
CMYK 1.00 0.40 0 0.08
HSL 203.95º 0.99% 0.46% -
HSV(B) 203.95º 1% 0.92% -
XYZ 24.39 25 81.38 -
YUV 109.74 198.12 50.44 -
System Red Green Blue C M Y K H S L
Decimal 1 141 234 1.00 0.40 0 0.08 203.95 0.99 0.46
Hex 1 8D EA 64 28 0 8 CC 63 2E
Octal 1 215 352 144 50 0 10 314 143 56
Binary 1 10001101 11101010 1100100 101000 0 1000 11001100 1100011 101110

Color Harmonies of #018DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DEA

Black with #018DEA

Text Example


Text Example

White with #018DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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