Html Css Color HEX #379DF8 Dodger Blue

📋 copy color: '#379DF8'

red 55 ◦ green 157 ◦ blue 248

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

Shades of Dodger Blue #379DF8

Tints of Dodger Blue #379DF8

RGB

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

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

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

R = 11.96%
G = 34.13%
B = 53.91%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#379DF8 (or 0x379DF8) is known color: Dodger Blue. HEX triplet: 37, 9D and F8. RGB value is (55,157,248). Sum of RGB (Red+Green+Blue) = 55+157+248=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #379DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379DF8 is #C86207. Grayscale: #888888. Windows color (decimal): -13132296 or 16293175. OLE color: 16293175.

HSL color Cylindrical-coordinate representation of color #379DF8: hue angle of 208.29º 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 #379DF8 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 157 248 -
CMYK 0.78 0.37 0 0.03
HSL 208.29º 0.93% 0.59% -
HSV(B) 208.29º 0.78% 0.97% -
XYZ 30.58 31.7 93.31 -
YUV 136.88 190.71 69.6 -
System Red Green Blue C M Y K H S L
Decimal 55 157 248 0.78 0.37 0 0.03 208.29 0.93 0.59
Hex 37 9D F8 4E 25 0 3 D0 5D 3B
Octal 67 235 370 116 45 0 3 320 135 73
Binary 110111 10011101 11111000 1001110 100101 0 11 11010000 1011101 111011

Color Harmonies of #379DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DF8

Black with #379DF8

Text Example


Text Example

White with #379DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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