Html Css Color HEX #1874FA Dodger Blue

📋 copy color: '#1874FA'

red 24 ◦ green 116 ◦ blue 250

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

Shades of Dodger Blue #1874FA

Tints of Dodger Blue #1874FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.1%

R = 6.15%
G = 29.74%
B = 64.1%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1874FA (or 0x1874FA) is known color: Dodger Blue. HEX triplet: 18, 74 and FA. RGB value is (24,116,250). Sum of RGB (Red+Green+Blue) = 24+116+250=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #1874FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1874FA is #E78B05. Grayscale: #676767. Windows color (decimal): -15174406 or 16413720. OLE color: 16413720.

HSL color Cylindrical-coordinate representation of color #1874FA: hue angle of 215.58º degrees, saturation: 0.96, 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 #1874FA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 116 250 -
CMYK 0.90 0.54 0 0.02
HSL 215.58º 0.96% 0.54% -
HSV(B) 215.58º 0.9% 0.98% -
XYZ 23.88 19.59 92.96 -
YUV 103.77 210.52 71.1 -
System Red Green Blue C M Y K H S L
Decimal 24 116 250 0.90 0.54 0 0.02 215.58 0.96 0.54
Hex 18 74 FA 5A 36 0 2 D8 60 36
Octal 30 164 372 132 66 0 2 330 140 66
Binary 11000 1110100 11111010 1011010 110110 0 10 11011000 1100000 110110

Color Harmonies of #1874FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1874FA

Black with #1874FA

Text Example


Text Example

White with #1874FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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