Html Css Color HEX #018EFE Dodger Blue

📋 copy color: '#018EFE'

red 1 ◦ green 142 ◦ blue 254

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

Shades of Dodger Blue #018EFE

Tints of Dodger Blue #018EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 0.25%
G = 35.77%
B = 63.98%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#018EFE (or 0x018EFE) is known color: Dodger Blue. HEX triplet: 01, 8E and FE. RGB value is (1,142,254). Sum of RGB (Red+Green+Blue) = 1+142+254=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #018EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EFE is #FE7101. Grayscale: #707070. Windows color (decimal): -16675074 or 16682497. OLE color: 16682497.

HSL color Cylindrical-coordinate representation of color #018EFE: hue angle of 206.56º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018EFE is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 142 254 -
CMYK 1.00 0.44 0 0.00
HSL 206.56º 0.99% 0.5% -
HSV(B) 206.56º 1% 1% -
XYZ 27.57 26.51 97.43 -
YUV 112.61 207.79 48.39 -
System Red Green Blue C M Y K H S L
Decimal 1 142 254 1.00 0.44 0 0.00 206.56 0.99 0.5
Hex 1 8E FE 64 2C 0 0 CF 63 32
Octal 1 216 376 144 54 0 0 317 143 62
Binary 1 10001110 11111110 1100100 101100 0 0 11001111 1100011 110010

Color Harmonies of #018EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EFE

Black with #018EFE

Text Example


Text Example

White with #018EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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