Html Css Color HEX #0187EF Dodger Blue

📋 copy color: '#0187EF'

red 1 ◦ green 135 ◦ blue 239

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

Shades of Dodger Blue #0187EF

Tints of Dodger Blue #0187EF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 0.27%
G = 36%
B = 63.73%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0187EF (or 0x0187EF) is known color: Dodger Blue. HEX triplet: 01, 87 and EF. RGB value is (1,135,239). Sum of RGB (Red+Green+Blue) = 1+135+239=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #0187EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0187EF is #FE7810. Grayscale: #6A6A6A. Windows color (decimal): -16676881 or 15697665. OLE color: 15697665.

HSL color Cylindrical-coordinate representation of color #0187EF: hue angle of 206.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0187EF is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 135 239 -
CMYK 1.00 0.44 0 0.06
HSL 206.22º 0.99% 0.47% -
HSV(B) 206.22º 1% 0.94% -
XYZ 24.26 23.57 84.93 -
YUV 106.79 202.61 52.54 -
System Red Green Blue C M Y K H S L
Decimal 1 135 239 1.00 0.44 0 0.06 206.22 0.99 0.47
Hex 1 87 EF 64 2C 0 6 CE 63 2F
Octal 1 207 357 144 54 0 6 316 143 57
Binary 1 10000111 11101111 1100100 101100 0 110 11001110 1100011 101111

Color Harmonies of #0187EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0187EF

Black with #0187EF

Text Example


Text Example

White with #0187EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0187EF; }

 p { color: rgb(1,135,239); }

 H1.HeaderClassName
 {
   color: #0187EF;
 }
 .AnyTagClassName
 {
   color: #0187EF;
 }
</style>

background-color css

<style>
 a { background-color: #0187EF; }

 a { background-color: rgb(1,135,239); }

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

border-color css

<style>
 span { border-color: #0187EF; }

 span { border-color: rgb(1,135,239); }

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