Html Css Color HEX #187FF5 Dodger Blue

📋 copy color: '#187FF5'

red 24 ◦ green 127 ◦ blue 245

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

Shades of Dodger Blue #187FF5

Tints of Dodger Blue #187FF5

RGB

 RED value IS 24 (9.77% from 255) = 6.06%

 GREEN value IS 127 (50% from 255) = 32.07%

 BLUE value IS 245 (96.09% from 255) = 61.87%

R = 6.06%
G = 32.07%
B = 61.87%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#187FF5 (or 0x187FF5) is known color: Dodger Blue. HEX triplet: 18, 7F and F5. RGB value is (24,127,245). Sum of RGB (Red+Green+Blue) = 24+127+245=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 245 (96.09% from 255 or 61.87% from 396); Max value from RGB is 245 - color contains mainly: blue. Hex color #187FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187FF5 is #E7800A. Grayscale: #6D6D6D. Windows color (decimal): -15171595 or 16088856. OLE color: 16088856.

HSL color Cylindrical-coordinate representation of color #187FF5: hue angle of 212.04º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187FF5 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 127 245 -
CMYK 0.90 0.48 0 0.04
HSL 212.04º 0.92% 0.53% -
HSV(B) 212.04º 0.9% 0.96% -
XYZ 24.45 21.97 89.34 -
YUV 109.66 204.38 66.91 -
System Red Green Blue C M Y K H S L
Decimal 24 127 245 0.90 0.48 0 0.04 212.04 0.92 0.53
Hex 18 7F F5 5A 30 0 4 D4 5C 35
Octal 30 177 365 132 60 0 4 324 134 65
Binary 11000 1111111 11110101 1011010 110000 0 100 11010100 1011100 110101

Color Harmonies of #187FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187FF5

Black with #187FF5

Text Example


Text Example

White with #187FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187FF5; }

 p { color: rgb(24,127,245); }

 H1.HeaderClassName
 {
   color: #187FF5;
 }
 .AnyTagClassName
 {
   color: #187FF5;
 }
</style>

background-color css

<style>
 a { background-color: #187FF5; }

 a { background-color: rgb(24,127,245); }

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

border-color css

<style>
 span { border-color: #187FF5; }

 span { border-color: rgb(24,127,245); }

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