Html Css Color HEX #018CF3 Dodger Blue

📋 copy color: '#018CF3'

red 1 ◦ green 140 ◦ blue 243

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

Shades of Dodger Blue #018CF3

Tints of Dodger Blue #018CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.28%

R = 0.26%
G = 36.46%
B = 63.28%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#018CF3 (or 0x018CF3) is known color: Dodger Blue. HEX triplet: 01, 8C and F3. RGB value is (1,140,243). Sum of RGB (Red+Green+Blue) = 1+140+243=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #018CF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CF3 is #FE730C. Grayscale: #6D6D6D. Windows color (decimal): -16675597 or 15961089. OLE color: 15961089.

HSL color Cylindrical-coordinate representation of color #018CF3: hue angle of 205.54º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CF3 is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 140 243 -
CMYK 1.00 0.42 0 0.05
HSL 205.54º 0.99% 0.48% -
HSV(B) 205.54º 1% 0.95% -
XYZ 25.57 25.23 88.32 -
YUV 110.18 202.95 50.12 -
System Red Green Blue C M Y K H S L
Decimal 1 140 243 1.00 0.42 0 0.05 205.54 0.99 0.48
Hex 1 8C F3 64 2A 0 5 CE 63 30
Octal 1 214 363 144 52 0 5 316 143 60
Binary 1 10001100 11110011 1100100 101010 0 101 11001110 1100011 110000

Color Harmonies of #018CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018CF3

Black with #018CF3

Text Example


Text Example

White with #018CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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