Html Css Color HEX #0186F1 Dodger Blue

📋 copy color: '#0186F1'

red 1 ◦ green 134 ◦ blue 241

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

Shades of Dodger Blue #0186F1

Tints of Dodger Blue #0186F1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 0.27%
G = 35.64%
B = 64.1%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0186F1 (or 0x0186F1) is known color: Dodger Blue. HEX triplet: 01, 86 and F1. RGB value is (1,134,241). Sum of RGB (Red+Green+Blue) = 1+134+241=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #0186F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0186F1 is #FE790E. Grayscale: #696969. Windows color (decimal): -16677135 or 15828481. OLE color: 15828481.

HSL color Cylindrical-coordinate representation of color #0186F1: hue angle of 206.75º 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 #0186F1 is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 134 241 -
CMYK 1.00 0.44 0 0.05
HSL 206.75º 0.99% 0.47% -
HSV(B) 206.75º 1% 0.95% -
XYZ 24.41 23.41 86.45 -
YUV 106.43 203.94 52.8 -
System Red Green Blue C M Y K H S L
Decimal 1 134 241 1.00 0.44 0 0.05 206.75 0.99 0.47
Hex 1 86 F1 64 2C 0 5 CF 63 2F
Octal 1 206 361 144 54 0 5 317 143 57
Binary 1 10000110 11110001 1100100 101100 0 101 11001111 1100011 101111

Color Harmonies of #0186F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0186F1

Black with #0186F1

Text Example


Text Example

White with #0186F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0186F1; }

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

 H1.HeaderClassName
 {
   color: #0186F1;
 }
 .AnyTagClassName
 {
   color: #0186F1;
 }
</style>

background-color css

<style>
 a { background-color: #0186F1; }

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

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

border-color css

<style>
 span { border-color: #0186F1; }

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

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