Html Css Color HEX #379CF8 Dodger Blue

📋 copy color: '#379CF8'

red 55 ◦ green 156 ◦ blue 248

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

Shades of Dodger Blue #379CF8

Tints of Dodger Blue #379CF8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

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

R = 11.98%
G = 33.99%
B = 54.03%

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

#379CF8 (or 0x379CF8) is known color: Dodger Blue. HEX triplet: 37, 9C and F8. RGB value is (55,156,248). Sum of RGB (Red+Green+Blue) = 55+156+248=459 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.98% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #379CF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379CF8 is #C86307. Grayscale: #878787. Windows color (decimal): -13132552 or 16292919. OLE color: 16292919.

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

Color convert

RGB 55 156 248 -
CMYK 0.78 0.37 0 0.03
HSL 208.6º 0.93% 0.59% -
HSV(B) 208.6º 0.78% 0.97% -
XYZ 30.41 31.37 93.26 -
YUV 136.29 191.04 70.02 -
System Red Green Blue C M Y K H S L
Decimal 55 156 248 0.78 0.37 0 0.03 208.6 0.93 0.59
Hex 37 9C F8 4E 25 0 3 D1 5D 3B
Octal 67 234 370 116 45 0 3 321 135 73
Binary 110111 10011100 11111000 1001110 100101 0 11 11010001 1011101 111011

Color Harmonies of #379CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379CF8

Black with #379CF8

Text Example


Text Example

White with #379CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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