Html Css Color HEX #018FFE Dodger Blue

📋 copy color: '#018FFE'

red 1 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #018FFE

Tints of Dodger Blue #018FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 0.25%
G = 35.93%
B = 63.82%

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

#018FFE (or 0x018FFE) is known color: Dodger Blue. HEX triplet: 01, 8F and FE. RGB value is (1,143,254). Sum of RGB (Red+Green+Blue) = 1+143+254=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #018FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FFE is #FE7001. Grayscale: #707070. Windows color (decimal): -16674818 or 16682753. OLE color: 16682753.

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

Color convert

RGB 1 143 254 -
CMYK 1.00 0.44 0 0.00
HSL 206.32º 0.99% 0.5% -
HSV(B) 206.32º 1% 1% -
XYZ 27.72 26.81 97.48 -
YUV 113.2 207.46 47.97 -
System Red Green Blue C M Y K H S L
Decimal 1 143 254 1.00 0.44 0 0.00 206.32 0.99 0.5
Hex 1 8F FE 64 2C 0 0 CE 63 32
Octal 1 217 376 144 54 0 0 316 143 62
Binary 1 10001111 11111110 1100100 101100 0 0 11001110 1100011 110010

Color Harmonies of #018FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FFE

Black with #018FFE

Text Example


Text Example

White with #018FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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