Html Css Color HEX #018EF3 Dodger Blue

📋 copy color: '#018EF3'

red 1 ◦ green 142 ◦ blue 243

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

Shades of Dodger Blue #018EF3

Tints of Dodger Blue #018EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.95%

R = 0.26%
G = 36.79%
B = 62.95%

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

#018EF3 (or 0x018EF3) is known color: Dodger Blue. HEX triplet: 01, 8E and F3. RGB value is (1,142,243). Sum of RGB (Red+Green+Blue) = 1+142+243=386 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #018EF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EF3 is #FE710C. Grayscale: #6E6E6E. Windows color (decimal): -16675085 or 15961601. OLE color: 15961601.

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

Color convert

RGB 1 142 243 -
CMYK 1.00 0.42 0 0.05
HSL 205.04º 0.99% 0.48% -
HSV(B) 205.04º 1% 0.95% -
XYZ 25.86 25.82 88.42 -
YUV 111.36 202.29 49.29 -
System Red Green Blue C M Y K H S L
Decimal 1 142 243 1.00 0.42 0 0.05 205.04 0.99 0.48
Hex 1 8E F3 64 2A 0 5 CD 63 30
Octal 1 216 363 144 52 0 5 315 143 60
Binary 1 10001110 11110011 1100100 101010 0 101 11001101 1100011 110000

Color Harmonies of #018EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EF3

Black with #018EF3

Text Example


Text Example

White with #018EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,142,243); }

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

background-color css

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

 a { background-color: rgb(1,142,243); }

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

border-color css

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

 span { border-color: rgb(1,142,243); }

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