Html Css Color HEX #377FF8 Dodger Blue

📋 copy color: '#377FF8'

red 55 ◦ green 127 ◦ blue 248

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

Shades of Dodger Blue #377FF8

Tints of Dodger Blue #377FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 57.67%

R = 12.79%
G = 29.53%
B = 57.67%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#377FF8 (or 0x377FF8) is known color: Dodger Blue. HEX triplet: 37, 7F and F8. RGB value is (55,127,248). Sum of RGB (Red+Green+Blue) = 55+127+248=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #377FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377FF8 is #C88007. Grayscale: #767676. Windows color (decimal): -13139976 or 16285495. OLE color: 16285495.

HSL color Cylindrical-coordinate representation of color #377FF8: hue angle of 217.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #377FF8 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 127 248 -
CMYK 0.78 0.49 0 0.03
HSL 217.62º 0.93% 0.59% -
HSV(B) 217.62º 0.78% 0.97% -
XYZ 26.11 22.77 91.83 -
YUV 119.27 200.65 82.16 -
System Red Green Blue C M Y K H S L
Decimal 55 127 248 0.78 0.49 0 0.03 217.62 0.93 0.59
Hex 37 7F F8 4E 31 0 3 DA 5D 3B
Octal 67 177 370 116 61 0 3 332 135 73
Binary 110111 1111111 11111000 1001110 110001 0 11 11011010 1011101 111011

Color Harmonies of #377FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FF8

Black with #377FF8

Text Example


Text Example

White with #377FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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