Html Css Color HEX #377CFF Dodger Blue

📋 copy color: '#377CFF'

red 55 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #377CFF

Tints of Dodger Blue #377CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

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

R = 12.67%
G = 28.57%
B = 58.76%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#377CFF (or 0x377CFF) is known color: Dodger Blue. HEX triplet: 37, 7C and FF. RGB value is (55,124,255). Sum of RGB (Red+Green+Blue) = 55+124+255=434 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.67% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #377CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377CFF is #C88300. Grayscale: #757575. Windows color (decimal): -13140737 or 16743479. OLE color: 16743479.

HSL color Cylindrical-coordinate representation of color #377CFF: hue angle of 219.3º 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 #377CFF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 124 255 -
CMYK 0.78 0.51 0 0
HSL 219.3º 1% 0.61% -
HSV(B) 219.3º 0.78% 1% -
XYZ 26.83 22.45 97.53 -
YUV 118.3 205.14 82.85 -
System Red Green Blue C M Y K H S L
Decimal 55 124 255 0.78 0.51 0 0 219.3 1 0.61
Hex 37 7C FF 4E 33 0 0 DB 64 3D
Octal 67 174 377 116 63 0 0 333 144 75
Binary 110111 1111100 11111111 1001110 110011 0 0 11011011 1100100 111101

Color Harmonies of #377CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CFF

Black with #377CFF

Text Example


Text Example

White with #377CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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