Html Css Color HEX #018BF1 Dodger Blue

📋 copy color: '#018BF1'

red 1 ◦ green 139 ◦ blue 241

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

Shades of Dodger Blue #018BF1

Tints of Dodger Blue #018BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

 BLUE value IS 241 (94.53% from 255) = 63.25%

R = 0.26%
G = 36.48%
B = 63.25%

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

#018BF1 (or 0x018BF1) is known color: Dodger Blue. HEX triplet: 01, 8B and F1. RGB value is (1,139,241). Sum of RGB (Red+Green+Blue) = 1+139+241=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #018BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BF1 is #FE740E. Grayscale: #6C6C6C. Windows color (decimal): -16675855 or 15829761. OLE color: 15829761.

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

Color convert

RGB 1 139 241 -
CMYK 1.00 0.42 0 0.05
HSL 205.5º 0.99% 0.47% -
HSV(B) 205.5º 1% 0.95% -
XYZ 25.12 24.82 86.69 -
YUV 109.37 202.28 50.71 -
System Red Green Blue C M Y K H S L
Decimal 1 139 241 1.00 0.42 0 0.05 205.5 0.99 0.47
Hex 1 8B F1 64 2A 0 5 CE 63 2F
Octal 1 213 361 144 52 0 5 316 143 57
Binary 1 10001011 11110001 1100100 101010 0 101 11001110 1100011 101111

Color Harmonies of #018BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BF1

Black with #018BF1

Text Example


Text Example

White with #018BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,139,241); }

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

background-color css

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

 a { background-color: rgb(1,139,241); }

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

border-color css

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

 span { border-color: rgb(1,139,241); }

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