Html Css Color HEX #377FFF Dodger Blue

📋 copy color: '#377FFF'

red 55 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #377FFF

Tints of Dodger Blue #377FFF

RGB

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

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

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

R = 12.59%
G = 29.06%
B = 58.35%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#377FFF (or 0x377FFF) is known color: Dodger Blue. HEX triplet: 37, 7F and FF. RGB value is (55,127,255). Sum of RGB (Red+Green+Blue) = 55+127+255=437 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.59% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #377FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377FFF is #C88000. Grayscale: #777777. Windows color (decimal): -13139969 or 16744247. OLE color: 16744247.

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

Color convert

RGB 55 127 255 -
CMYK 0.78 0.50 0 0
HSL 218.4º 1% 0.61% -
HSV(B) 218.4º 0.78% 1% -
XYZ 27.21 23.21 97.65 -
YUV 120.06 204.15 81.59 -
System Red Green Blue C M Y K H S L
Decimal 55 127 255 0.78 0.50 0 0 218.4 1 0.61
Hex 37 7F FF 4E 32 0 0 DA 64 3D
Octal 67 177 377 116 62 0 0 332 144 75
Binary 110111 1111111 11111111 1001110 110010 0 0 11011010 1100100 111101

Color Harmonies of #377FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FFF

Black with #377FFF

Text Example


Text Example

White with #377FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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