Html Css Color HEX #377DFB Dodger Blue

📋 copy color: '#377DFB'

red 55 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #377DFB

Tints of Dodger Blue #377DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 12.76%
G = 29%
B = 58.24%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#377DFB (or 0x377DFB) is known color: Dodger Blue. HEX triplet: 37, 7D and FB. RGB value is (55,125,251). Sum of RGB (Red+Green+Blue) = 55+125+251=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #377DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377DFB is #C88204. Grayscale: #757575. Windows color (decimal): -13140485 or 16481591. OLE color: 16481591.

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

Color convert

RGB 55 125 251 -
CMYK 0.78 0.50 0 0.02
HSL 218.57º 0.96% 0.6% -
HSV(B) 218.57º 0.78% 0.98% -
XYZ 26.32 22.44 94.21 -
YUV 118.43 202.81 82.75 -
System Red Green Blue C M Y K H S L
Decimal 55 125 251 0.78 0.50 0 0.02 218.57 0.96 0.6
Hex 37 7D FB 4E 32 0 2 DB 60 3C
Octal 67 175 373 116 62 0 2 333 140 74
Binary 110111 1111101 11111011 1001110 110010 0 10 11011011 1100000 111100

Color Harmonies of #377DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DFB

Black with #377DFB

Text Example


Text Example

White with #377DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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