Html Css Color HEX #379DF3 Dodger Blue

📋 copy color: '#379DF3'

red 55 ◦ green 157 ◦ blue 243

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

Shades of Dodger Blue #379DF3

Tints of Dodger Blue #379DF3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.51%

 BLUE value IS 243 (95.31% from 255) = 53.41%

R = 12.09%
G = 34.51%
B = 53.41%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#379DF3 (or 0x379DF3) is known color: Dodger Blue. HEX triplet: 37, 9D and F3. RGB value is (55,157,243). Sum of RGB (Red+Green+Blue) = 55+157+243=455 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.09% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #379DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379DF3 is #C8620C. Grayscale: #878787. Windows color (decimal): -13132301 or 15965495. OLE color: 15965495.

HSL color Cylindrical-coordinate representation of color #379DF3: hue angle of 207.45º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379DF3 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 157 243 -
CMYK 0.77 0.35 0 0.05
HSL 207.45º 0.89% 0.58% -
HSV(B) 207.45º 0.77% 0.95% -
XYZ 29.81 31.4 89.28 -
YUV 136.31 188.21 70.01 -
System Red Green Blue C M Y K H S L
Decimal 55 157 243 0.77 0.35 0 0.05 207.45 0.89 0.58
Hex 37 9D F3 4D 23 0 5 CF 59 3A
Octal 67 235 363 115 43 0 5 317 131 72
Binary 110111 10011101 11110011 1001101 100011 0 101 11001111 1011001 111010

Color Harmonies of #379DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DF3

Black with #379DF3

Text Example


Text Example

White with #379DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379DF3; }

 p { color: rgb(55,157,243); }

 H1.HeaderClassName
 {
   color: #379DF3;
 }
 .AnyTagClassName
 {
   color: #379DF3;
 }
</style>

background-color css

<style>
 a { background-color: #379DF3; }

 a { background-color: rgb(55,157,243); }

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

border-color css

<style>
 span { border-color: #379DF3; }

 span { border-color: rgb(55,157,243); }

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