Html Css Color HEX #379EFE Dodger Blue

📋 copy color: '#379EFE'

red 55 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #379EFE

Tints of Dodger Blue #379EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.83%

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 11.78%
G = 33.83%
B = 54.39%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#379EFE (or 0x379EFE) is known color: Dodger Blue. HEX triplet: 37, 9E and FE. RGB value is (55,158,254). Sum of RGB (Red+Green+Blue) = 55+158+254=467 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.78% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #379EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379EFE is #C86101. Grayscale: #898989. Windows color (decimal): -13132034 or 16686647. OLE color: 16686647.

HSL color Cylindrical-coordinate representation of color #379EFE: hue angle of 208.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #379EFE is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 55 158 254 -
CMYK 0.78 0.38 0 0.00
HSL 208.94º 0.99% 0.61% -
HSV(B) 208.94º 0.78% 1% -
XYZ 31.69 32.42 98.35 -
YUV 138.15 193.38 68.69 -
System Red Green Blue C M Y K H S L
Decimal 55 158 254 0.78 0.38 0 0.00 208.94 0.99 0.61
Hex 37 9E FE 4E 26 0 0 D1 63 3D
Octal 67 236 376 116 46 0 0 321 143 75
Binary 110111 10011110 11111110 1001110 100110 0 0 11010001 1100011 111101

Color Harmonies of #379EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EFE

Black with #379EFE

Text Example


Text Example

White with #379EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,158,254); }

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

background-color css

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

 a { background-color: rgb(55,158,254); }

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

border-color css

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

 span { border-color: rgb(55,158,254); }

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