Html Css Color HEX #1874F9 Dodger Blue

📋 copy color: '#1874F9'

red 24 ◦ green 116 ◦ blue 249

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

Shades of Dodger Blue #1874F9

Tints of Dodger Blue #1874F9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

 BLUE value IS 249 (97.66% from 255) = 64.01%

R = 6.17%
G = 29.82%
B = 64.01%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1874F9 (or 0x1874F9) is known color: Dodger Blue. HEX triplet: 18, 74 and F9. RGB value is (24,116,249). Sum of RGB (Red+Green+Blue) = 24+116+249=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 249 (97.66% from 255 or 64.01% from 389); Max value from RGB is 249 - color contains mainly: blue. Hex color #1874F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1874F9 is #E78B06. Grayscale: #676767. Windows color (decimal): -15174407 or 16348184. OLE color: 16348184.

HSL color Cylindrical-coordinate representation of color #1874F9: hue angle of 215.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1874F9 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 116 249 -
CMYK 0.90 0.53 0 0.02
HSL 215.47º 0.95% 0.54% -
HSV(B) 215.47º 0.9% 0.98% -
XYZ 23.72 19.52 92.14 -
YUV 103.65 210.02 71.19 -
System Red Green Blue C M Y K H S L
Decimal 24 116 249 0.90 0.53 0 0.02 215.47 0.95 0.54
Hex 18 74 F9 5A 35 0 2 D7 5F 36
Octal 30 164 371 132 65 0 2 327 137 66
Binary 11000 1110100 11111001 1011010 110101 0 10 11010111 1011111 110110

Color Harmonies of #1874F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1874F9

Black with #1874F9

Text Example


Text Example

White with #1874F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1874F9; }

 p { color: rgb(24,116,249); }

 H1.HeaderClassName
 {
   color: #1874F9;
 }
 .AnyTagClassName
 {
   color: #1874F9;
 }
</style>

background-color css

<style>
 a { background-color: #1874F9; }

 a { background-color: rgb(24,116,249); }

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

border-color css

<style>
 span { border-color: #1874F9; }

 span { border-color: rgb(24,116,249); }

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