Html Css Color HEX #1977FC Dodger Blue

📋 copy color: '#1977FC'

red 25 ◦ green 119 ◦ blue 252

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

Shades of Dodger Blue #1977FC

Tints of Dodger Blue #1977FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 6.31%
G = 30.05%
B = 63.64%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1977FC (or 0x1977FC) is known color: Dodger Blue. HEX triplet: 19, 77 and FC. RGB value is (25,119,252). Sum of RGB (Red+Green+Blue) = 25+119+252=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #1977FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1977FC is #E68803. Grayscale: #696969. Windows color (decimal): -15108100 or 16545561. OLE color: 16545561.

HSL color Cylindrical-coordinate representation of color #1977FC: hue angle of 215.15º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1977FC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 119 252 -
CMYK 0.90 0.53 0 0.01
HSL 215.15º 0.97% 0.54% -
HSV(B) 215.15º 0.9% 0.99% -
XYZ 24.57 20.43 94.74 -
YUV 106.06 210.36 70.19 -
System Red Green Blue C M Y K H S L
Decimal 25 119 252 0.90 0.53 0 0.01 215.15 0.97 0.54
Hex 19 77 FC 5A 35 0 1 D7 61 36
Octal 31 167 374 132 65 0 1 327 141 66
Binary 11001 1110111 11111100 1011010 110101 0 1 11010111 1100001 110110

Color Harmonies of #1977FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1977FC

Black with #1977FC

Text Example


Text Example

White with #1977FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1977FC; }

 p { color: rgb(25,119,252); }

 H1.HeaderClassName
 {
   color: #1977FC;
 }
 .AnyTagClassName
 {
   color: #1977FC;
 }
</style>

background-color css

<style>
 a { background-color: #1977FC; }

 a { background-color: rgb(25,119,252); }

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

border-color css

<style>
 span { border-color: #1977FC; }

 span { border-color: rgb(25,119,252); }

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