Html Css Color HEX #1875FA Dodger Blue

📋 copy color: '#1875FA'

red 24 ◦ green 117 ◦ blue 250

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

Shades of Dodger Blue #1875FA

Tints of Dodger Blue #1875FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 6.14%
G = 29.92%
B = 63.94%

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

#1875FA (or 0x1875FA) is known color: Dodger Blue. HEX triplet: 18, 75 and FA. RGB value is (24,117,250). Sum of RGB (Red+Green+Blue) = 24+117+250=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #1875FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1875FA is #E78A05. Grayscale: #676767. Windows color (decimal): -15174150 or 16413976. OLE color: 16413976.

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

Color convert

RGB 24 117 250 -
CMYK 0.90 0.53 0 0.02
HSL 215.31º 0.96% 0.54% -
HSV(B) 215.31º 0.9% 0.98% -
XYZ 23.99 19.82 93 -
YUV 104.36 210.19 70.69 -
System Red Green Blue C M Y K H S L
Decimal 24 117 250 0.90 0.53 0 0.02 215.31 0.96 0.54
Hex 18 75 FA 5A 35 0 2 D7 60 36
Octal 30 165 372 132 65 0 2 327 140 66
Binary 11000 1110101 11111010 1011010 110101 0 10 11010111 1100000 110110

Color Harmonies of #1875FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1875FA

Black with #1875FA

Text Example


Text Example

White with #1875FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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