Html Css Color HEX #187FF6 Dodger Blue

📋 copy color: '#187FF6'

red 24 ◦ green 127 ◦ blue 246

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

Shades of Dodger Blue #187FF6

Tints of Dodger Blue #187FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.96%

R = 6.05%
G = 31.99%
B = 61.96%

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

#187FF6 (or 0x187FF6) is known color: Dodger Blue. HEX triplet: 18, 7F and F6. RGB value is (24,127,246). Sum of RGB (Red+Green+Blue) = 24+127+246=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #187FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187FF6 is #E78009. Grayscale: #6D6D6D. Windows color (decimal): -15171594 or 16154392. OLE color: 16154392.

HSL color Cylindrical-coordinate representation of color #187FF6: hue angle of 212.16º degrees, saturation: 0.93, 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 #187FF6 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 127 246 -
CMYK 0.90 0.48 0 0.04
HSL 212.16º 0.93% 0.53% -
HSV(B) 212.16º 0.9% 0.96% -
XYZ 24.6 22.03 90.14 -
YUV 109.77 204.88 66.82 -
System Red Green Blue C M Y K H S L
Decimal 24 127 246 0.90 0.48 0 0.04 212.16 0.93 0.53
Hex 18 7F F6 5A 30 0 4 D4 5C 35
Octal 30 177 366 132 60 0 4 324 134 65
Binary 11000 1111111 11110110 1011010 110000 0 100 11010100 1011100 110101

Color Harmonies of #187FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187FF6

Black with #187FF6

Text Example


Text Example

White with #187FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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