Html Css Color HEX #1876FA Dodger Blue

📋 copy color: '#1876FA'

red 24 ◦ green 118 ◦ blue 250

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

Shades of Dodger Blue #1876FA

Tints of Dodger Blue #1876FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

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

R = 6.12%
G = 30.1%
B = 63.78%

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

#1876FA (or 0x1876FA) is known color: Dodger Blue. HEX triplet: 18, 76 and FA. RGB value is (24,118,250). Sum of RGB (Red+Green+Blue) = 24+118+250=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #1876FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1876FA is #E78905. Grayscale: #686868. Windows color (decimal): -15173894 or 16414232. OLE color: 16414232.

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

Color convert

RGB 24 118 250 -
CMYK 0.90 0.53 0 0.02
HSL 215.04º 0.96% 0.54% -
HSV(B) 215.04º 0.9% 0.98% -
XYZ 24.11 20.05 93.04 -
YUV 104.94 209.86 70.27 -
System Red Green Blue C M Y K H S L
Decimal 24 118 250 0.90 0.53 0 0.02 215.04 0.96 0.54
Hex 18 76 FA 5A 35 0 2 D7 60 36
Octal 30 166 372 132 65 0 2 327 140 66
Binary 11000 1110110 11111010 1011010 110101 0 10 11010111 1100000 110110

Color Harmonies of #1876FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1876FA

Black with #1876FA

Text Example


Text Example

White with #1876FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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