Html Css Color HEX #018EFD Dodger Blue

📋 copy color: '#018EFD'

red 1 ◦ green 142 ◦ blue 253

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

Shades of Dodger Blue #018EFD

Tints of Dodger Blue #018EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 0.25%
G = 35.86%
B = 63.89%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#018EFD (or 0x018EFD) is known color: Dodger Blue. HEX triplet: 01, 8E and FD. RGB value is (1,142,253). Sum of RGB (Red+Green+Blue) = 1+142+253=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #018EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018EFD is #FE7102. Grayscale: #6F6F6F. Windows color (decimal): -16675075 or 16616961. OLE color: 16616961.

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

Color convert

RGB 1 142 253 -
CMYK 1.00 0.44 0 0.01
HSL 206.43º 0.99% 0.5% -
HSV(B) 206.43º 1% 0.99% -
XYZ 27.42 26.44 96.59 -
YUV 112.5 207.29 48.47 -
System Red Green Blue C M Y K H S L
Decimal 1 142 253 1.00 0.44 0 0.01 206.43 0.99 0.5
Hex 1 8E FD 64 2C 0 1 CE 63 32
Octal 1 216 375 144 54 0 1 316 143 62
Binary 1 10001110 11111101 1100100 101100 0 1 11001110 1100011 110010

Color Harmonies of #018EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EFD

Black with #018EFD

Text Example


Text Example

White with #018EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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