Html Css Color HEX #018CF9 Dodger Blue

📋 copy color: '#018CF9'

red 1 ◦ green 140 ◦ blue 249

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

Shades of Dodger Blue #018CF9

Tints of Dodger Blue #018CF9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

 BLUE value IS 249 (97.66% from 255) = 63.85%

R = 0.26%
G = 35.9%
B = 63.85%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#018CF9 (or 0x018CF9) is known color: Dodger Blue. HEX triplet: 01, 8C and F9. RGB value is (1,140,249). Sum of RGB (Red+Green+Blue) = 1+140+249=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #018CF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CF9 is #FE7306. Grayscale: #6E6E6E. Windows color (decimal): -16675591 or 16354305. OLE color: 16354305.

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

Color convert

RGB 1 140 249 -
CMYK 1.00 0.44 0 0.02
HSL 206.37º 0.99% 0.49% -
HSV(B) 206.37º 1% 0.98% -
XYZ 26.49 25.6 93.17 -
YUV 110.87 205.95 49.64 -
System Red Green Blue C M Y K H S L
Decimal 1 140 249 1.00 0.44 0 0.02 206.37 0.99 0.49
Hex 1 8C F9 64 2C 0 2 CE 63 31
Octal 1 214 371 144 54 0 2 316 143 61
Binary 1 10001100 11111001 1100100 101100 0 10 11001110 1100011 110001

Color Harmonies of #018CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CF9

Black with #018CF9

Text Example


Text Example

White with #018CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,140,249); }

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

background-color css

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

 a { background-color: rgb(1,140,249); }

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

border-color css

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

 span { border-color: rgb(1,140,249); }

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