Html Css Color HEX #018AFC Dodger Blue

📋 copy color: '#018AFC'

red 1 ◦ green 138 ◦ blue 252

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

Shades of Dodger Blue #018AFC

Tints of Dodger Blue #018AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

 BLUE value IS 252 (98.83% from 255) = 64.45%

R = 0.26%
G = 35.29%
B = 64.45%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#018AFC (or 0x018AFC) is known color: Dodger Blue. HEX triplet: 01, 8A and FC. RGB value is (1,138,252). Sum of RGB (Red+Green+Blue) = 1+138+252=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #018AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018AFC is #FE7503. Grayscale: #6D6D6D. Windows color (decimal): -16676100 or 16550401. OLE color: 16550401.

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

Color convert

RGB 1 138 252 -
CMYK 1.00 0.45 0 0.01
HSL 207.25º 0.99% 0.5% -
HSV(B) 207.25º 1% 0.99% -
XYZ 26.67 25.21 95.56 -
YUV 110.03 208.11 50.23 -
System Red Green Blue C M Y K H S L
Decimal 1 138 252 1.00 0.45 0 0.01 207.25 0.99 0.5
Hex 1 8A FC 64 2D 0 1 CF 63 32
Octal 1 212 374 144 55 0 1 317 143 62
Binary 1 10001010 11111100 1100100 101101 0 1 11001111 1100011 110010

Color Harmonies of #018AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AFC

Black with #018AFC

Text Example


Text Example

White with #018AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,138,252); }

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

background-color css

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

 a { background-color: rgb(1,138,252); }

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

border-color css

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

 span { border-color: rgb(1,138,252); }

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