Html Css Color HEX #018DF2 Dodger Blue

📋 copy color: '#018DF2'

red 1 ◦ green 141 ◦ blue 242

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

Shades of Dodger Blue #018DF2

Tints of Dodger Blue #018DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.02%

R = 0.26%
G = 36.72%
B = 63.02%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#018DF2 (or 0x018DF2) is known color: Dodger Blue. HEX triplet: 01, 8D and F2. RGB value is (1,141,242). Sum of RGB (Red+Green+Blue) = 1+141+242=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 242 (94.92% from 255 or 63.02% from 384); Max value from RGB is 242 - color contains mainly: blue. Hex color #018DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DF2 is #FE720D. Grayscale: #6E6E6E. Windows color (decimal): -16675342 or 15895809. OLE color: 15895809.

HSL color Cylindrical-coordinate representation of color #018DF2: hue angle of 205.15º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DF2 is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 141 242 -
CMYK 1.00 0.42 0 0.05
HSL 205.15º 0.99% 0.48% -
HSV(B) 205.15º 1% 0.95% -
XYZ 25.56 25.47 87.57 -
YUV 110.65 202.12 49.79 -
System Red Green Blue C M Y K H S L
Decimal 1 141 242 1.00 0.42 0 0.05 205.15 0.99 0.48
Hex 1 8D F2 64 2A 0 5 CD 63 30
Octal 1 215 362 144 52 0 5 315 143 60
Binary 1 10001101 11110010 1100100 101010 0 101 11001101 1100011 110000

Color Harmonies of #018DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DF2

Black with #018DF2

Text Example


Text Example

White with #018DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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