Html Css Color HEX #377DFC Dodger Blue

📋 copy color: '#377DFC'

red 55 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #377DFC

Tints of Dodger Blue #377DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

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

R = 12.73%
G = 28.94%
B = 58.33%

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

#377DFC (or 0x377DFC) is known color: Dodger Blue. HEX triplet: 37, 7D and FC. RGB value is (55,125,252). Sum of RGB (Red+Green+Blue) = 55+125+252=432 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.73% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #377DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377DFC is #C88203. Grayscale: #757575. Windows color (decimal): -13140484 or 16547127. OLE color: 16547127.

HSL color Cylindrical-coordinate representation of color #377DFC: hue angle of 218.68º degrees, saturation: 0.97, 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 #377DFC is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 125 252 -
CMYK 0.78 0.50 0 0.01
HSL 218.68º 0.97% 0.6% -
HSV(B) 218.68º 0.78% 0.99% -
XYZ 26.48 22.51 95.04 -
YUV 118.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 55 125 252 0.78 0.50 0 0.01 218.68 0.97 0.6
Hex 37 7D FC 4E 32 0 1 DB 61 3C
Octal 67 175 374 116 62 0 1 333 141 74
Binary 110111 1111101 11111100 1001110 110010 0 1 11011011 1100001 111100

Color Harmonies of #377DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DFC

Black with #377DFC

Text Example


Text Example

White with #377DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,252); }

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

background-color css

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

 a { background-color: rgb(55,125,252); }

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

border-color css

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

 span { border-color: rgb(55,125,252); }

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