Html Css Color HEX #379AF8 Dodger Blue

📋 copy color: '#379AF8'

red 55 ◦ green 154 ◦ blue 248

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

Shades of Dodger Blue #379AF8

Tints of Dodger Blue #379AF8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

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

R = 12.04%
G = 33.7%
B = 54.27%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#379AF8 (or 0x379AF8) is known color: Dodger Blue. HEX triplet: 37, 9A and F8. RGB value is (55,154,248). Sum of RGB (Red+Green+Blue) = 55+154+248=457 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.04% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #379AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379AF8 is #C86507. Grayscale: #868686. Windows color (decimal): -13133064 or 16292407. OLE color: 16292407.

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

Color convert

RGB 55 154 248 -
CMYK 0.78 0.38 0 0.03
HSL 209.22º 0.93% 0.59% -
HSV(B) 209.22º 0.78% 0.97% -
XYZ 30.07 30.7 93.15 -
YUV 135.12 191.7 70.86 -
System Red Green Blue C M Y K H S L
Decimal 55 154 248 0.78 0.38 0 0.03 209.22 0.93 0.59
Hex 37 9A F8 4E 26 0 3 D1 5D 3B
Octal 67 232 370 116 46 0 3 321 135 73
Binary 110111 10011010 11111000 1001110 100110 0 11 11010001 1011101 111011

Color Harmonies of #379AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AF8

Black with #379AF8

Text Example


Text Example

White with #379AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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