Html Css Color HEX #1879FA Dodger Blue

📋 copy color: '#1879FA'

red 24 ◦ green 121 ◦ blue 250

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

Shades of Dodger Blue #1879FA

Tints of Dodger Blue #1879FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

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

R = 6.08%
G = 30.63%
B = 63.29%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1879FA (or 0x1879FA) is known color: Dodger Blue. HEX triplet: 18, 79 and FA. RGB value is (24,121,250). Sum of RGB (Red+Green+Blue) = 24+121+250=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #1879FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1879FA is #E78605. Grayscale: #6A6A6A. Windows color (decimal): -15173126 or 16415000. OLE color: 16415000.

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

Color convert

RGB 24 121 250 -
CMYK 0.90 0.52 0 0.02
HSL 214.25º 0.96% 0.54% -
HSV(B) 214.25º 0.9% 0.98% -
XYZ 24.47 20.77 93.16 -
YUV 106.7 208.86 69.01 -
System Red Green Blue C M Y K H S L
Decimal 24 121 250 0.90 0.52 0 0.02 214.25 0.96 0.54
Hex 18 79 FA 5A 34 0 2 D6 60 36
Octal 30 171 372 132 64 0 2 326 140 66
Binary 11000 1111001 11111010 1011010 110100 0 10 11010110 1100000 110110

Color Harmonies of #1879FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1879FA

Black with #1879FA

Text Example


Text Example

White with #1879FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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