Html Css Color HEX #1975EA Dodger Blue

📋 copy color: '#1975EA'

red 25 ◦ green 117 ◦ blue 234

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

Shades of Dodger Blue #1975EA

Tints of Dodger Blue #1975EA

RGB

 RED value IS 25 (10.16% from 255) = 6.65%

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

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 6.65%
G = 31.12%
B = 62.23%

CMYK

 C value IS 0.89

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1975EA (or 0x1975EA) is known color: Dodger Blue. HEX triplet: 19, 75 and EA. RGB value is (25,117,234). Sum of RGB (Red+Green+Blue) = 25+117+234=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #1975EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1975EA is #E68A15. Grayscale: #666666. Windows color (decimal): -15108630 or 15365401. OLE color: 15365401.

HSL color Cylindrical-coordinate representation of color #1975EA: hue angle of 213.59º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1975EA is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 117 234 -
CMYK 0.89 0.5 0 0.08
HSL 213.59º 0.83% 0.51% -
HSV(B) 213.59º 0.89% 0.92% -
XYZ 21.61 18.87 80.34 -
YUV 102.83 202.02 72.49 -
System Red Green Blue C M Y K H S L
Decimal 25 117 234 0.89 0.5 0 0.08 213.59 0.83 0.51
Hex 19 75 EA 59 32 0 8 D6 53 33
Octal 31 165 352 131 62 0 10 326 123 63
Binary 11001 1110101 11101010 1011001 110010 0 1000 11010110 1010011 110011

Color Harmonies of #1975EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1975EA

Black with #1975EA

Text Example


Text Example

White with #1975EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1975EA; }

 p { color: rgb(25,117,234); }

 H1.HeaderClassName
 {
   color: #1975EA;
 }
 .AnyTagClassName
 {
   color: #1975EA;
 }
</style>

background-color css

<style>
 a { background-color: #1975EA; }

 a { background-color: rgb(25,117,234); }

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

border-color css

<style>
 span { border-color: #1975EA; }

 span { border-color: rgb(25,117,234); }

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