Html Css Color HEX #018FEF Dodger Blue

📋 copy color: '#018FEF'

red 1 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #018FEF

Tints of Dodger Blue #018FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 0.26%
G = 37.34%
B = 62.4%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#018FEF (or 0x018FEF) is known color: Dodger Blue. HEX triplet: 01, 8F and EF. RGB value is (1,143,239). Sum of RGB (Red+Green+Blue) = 1+143+239=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #018FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FEF is #FE7010. Grayscale: #6E6E6E. Windows color (decimal): -16674833 or 15699713. OLE color: 15699713.

HSL color Cylindrical-coordinate representation of color #018FEF: hue angle of 204.2º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FEF is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 143 239 -
CMYK 1.00 0.40 0 0.06
HSL 204.2º 0.99% 0.47% -
HSV(B) 204.2º 1% 0.94% -
XYZ 25.41 25.88 85.32 -
YUV 111.49 199.96 49.19 -
System Red Green Blue C M Y K H S L
Decimal 1 143 239 1.00 0.40 0 0.06 204.2 0.99 0.47
Hex 1 8F EF 64 28 0 6 CC 63 2F
Octal 1 217 357 144 50 0 6 314 143 57
Binary 1 10001111 11101111 1100100 101000 0 110 11001100 1100011 101111

Color Harmonies of #018FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018FEF

Black with #018FEF

Text Example


Text Example

White with #018FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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