Html Css Color HEX #018AFE Dodger Blue

📋 copy color: '#018AFE'

red 1 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #018AFE

Tints of Dodger Blue #018AFE

RGB

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

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

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

R = 0.25%
G = 35.11%
B = 64.63%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#018AFE (or 0x018AFE) is known color: Dodger Blue. HEX triplet: 01, 8A and FE. RGB value is (1,138,254). Sum of RGB (Red+Green+Blue) = 1+138+254=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #018AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018AFE is #FE7501. Grayscale: #6D6D6D. Windows color (decimal): -16676098 or 16681473. OLE color: 16681473.

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

Color convert

RGB 1 138 254 -
CMYK 1.00 0.46 0 0.00
HSL 207.51º 0.99% 0.5% -
HSV(B) 207.51º 1% 1% -
XYZ 26.99 25.34 97.23 -
YUV 110.26 209.11 50.07 -
System Red Green Blue C M Y K H S L
Decimal 1 138 254 1.00 0.46 0 0.00 207.51 0.99 0.5
Hex 1 8A FE 64 2E 0 0 D0 63 32
Octal 1 212 376 144 56 0 0 320 143 62
Binary 1 10001010 11111110 1100100 101110 0 0 11010000 1100011 110010

Color Harmonies of #018AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018AFE

Black with #018AFE

Text Example


Text Example

White with #018AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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