Html Css Color HEX #1975FF Dodger Blue

📋 copy color: '#1975FF'

red 25 ◦ green 117 ◦ blue 255

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

Shades of Dodger Blue #1975FF

Tints of Dodger Blue #1975FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.23%

R = 6.3%
G = 29.47%
B = 64.23%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1975FF (or 0x1975FF) is known color: Dodger Blue. HEX triplet: 19, 75 and FF. RGB value is (25,117,255). Sum of RGB (Red+Green+Blue) = 25+117+255=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #1975FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1975FF is #E68A00. Grayscale: #686868. Windows color (decimal): -15108609 or 16741657. OLE color: 16741657.

HSL color Cylindrical-coordinate representation of color #1975FF: hue angle of 216º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1975FF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 117 255 -
CMYK 0.90 0.54 0 0
HSL 216º 1% 0.55% -
HSV(B) 216º 0.9% 1% -
XYZ 24.81 20.15 97.19 -
YUV 105.22 212.52 70.78 -
System Red Green Blue C M Y K H S L
Decimal 25 117 255 0.90 0.54 0 0 216 1 0.55
Hex 19 75 FF 5A 36 0 0 D8 64 37
Octal 31 165 377 132 66 0 0 330 144 67
Binary 11001 1110101 11111111 1011010 110110 0 0 11011000 1100100 110111

Color Harmonies of #1975FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1975FF

Black with #1975FF

Text Example


Text Example

White with #1975FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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