Html Css Color HEX #377FFD Dodger Blue

📋 copy color: '#377FFD'

red 55 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #377FFD

Tints of Dodger Blue #377FFD

RGB

 RED value IS 55 (21.88% from 255) = 12.64%

 GREEN value IS 127 (50% from 255) = 29.2%

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 12.64%
G = 29.2%
B = 58.16%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#377FFD (or 0x377FFD) is known color: Dodger Blue. HEX triplet: 37, 7F and FD. RGB value is (55,127,253). Sum of RGB (Red+Green+Blue) = 55+127+253=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #377FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377FFD is #C88002. Grayscale: #777777. Windows color (decimal): -13139971 or 16613175. OLE color: 16613175.

HSL color Cylindrical-coordinate representation of color #377FFD: hue angle of 218.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #377FFD is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 127 253 -
CMYK 0.78 0.50 0 0.01
HSL 218.18º 0.98% 0.6% -
HSV(B) 218.18º 0.78% 0.99% -
XYZ 26.89 23.08 95.97 -
YUV 119.84 203.15 81.75 -
System Red Green Blue C M Y K H S L
Decimal 55 127 253 0.78 0.50 0 0.01 218.18 0.98 0.6
Hex 37 7F FD 4E 32 0 1 DA 62 3C
Octal 67 177 375 116 62 0 1 332 142 74
Binary 110111 1111111 11111101 1001110 110010 0 1 11011010 1100010 111100

Color Harmonies of #377FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FFD

Black with #377FFD

Text Example


Text Example

White with #377FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377FFD; }

 p { color: rgb(55,127,253); }

 H1.HeaderClassName
 {
   color: #377FFD;
 }
 .AnyTagClassName
 {
   color: #377FFD;
 }
</style>

background-color css

<style>
 a { background-color: #377FFD; }

 a { background-color: rgb(55,127,253); }

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

border-color css

<style>
 span { border-color: #377FFD; }

 span { border-color: rgb(55,127,253); }

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