Html Css Color HEX #377BFD Dodger Blue

📋 copy color: '#377BFD'

red 55 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #377BFD

Tints of Dodger Blue #377BFD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 12.76%
G = 28.54%
B = 58.7%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#377BFD (or 0x377BFD) is known color: Dodger Blue. HEX triplet: 37, 7B and FD. RGB value is (55,123,253). Sum of RGB (Red+Green+Blue) = 55+123+253=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #377BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377BFD is #C88402. Grayscale: #747474. Windows color (decimal): -13140995 or 16612151. OLE color: 16612151.

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

Color convert

RGB 55 123 253 -
CMYK 0.78 0.51 0 0.01
HSL 219.39º 0.98% 0.6% -
HSV(B) 219.39º 0.78% 0.99% -
XYZ 26.39 22.07 95.8 -
YUV 117.49 204.47 83.43 -
System Red Green Blue C M Y K H S L
Decimal 55 123 253 0.78 0.51 0 0.01 219.39 0.98 0.6
Hex 37 7B FD 4E 33 0 1 DB 62 3C
Octal 67 173 375 116 63 0 1 333 142 74
Binary 110111 1111011 11111101 1001110 110011 0 1 11011011 1100010 111100

Color Harmonies of #377BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377BFD

Black with #377BFD

Text Example


Text Example

White with #377BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,123,253); }

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

background-color css

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

 a { background-color: rgb(55,123,253); }

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

border-color css

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

 span { border-color: rgb(55,123,253); }

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