Html Css Color HEX #379EFF Dodger Blue

📋 copy color: '#379EFF'

red 55 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #379EFF

Tints of Dodger Blue #379EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 11.75%
G = 33.76%
B = 54.49%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#379EFF (or 0x379EFF) is known color: Dodger Blue. HEX triplet: 37, 9E and FF. RGB value is (55,158,255). Sum of RGB (Red+Green+Blue) = 55+158+255=468 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.75% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #379EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379EFF is #C86100. Grayscale: #898989. Windows color (decimal): -13132033 or 16752183. OLE color: 16752183.

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

Color convert

RGB 55 158 255 -
CMYK 0.78 0.38 0 0
HSL 209.1º 1% 0.61% -
HSV(B) 209.1º 0.78% 1% -
XYZ 31.85 32.49 99.2 -
YUV 138.26 193.88 68.61 -
System Red Green Blue C M Y K H S L
Decimal 55 158 255 0.78 0.38 0 0 209.1 1 0.61
Hex 37 9E FF 4E 26 0 0 D1 64 3D
Octal 67 236 377 116 46 0 0 321 144 75
Binary 110111 10011110 11111111 1001110 100110 0 0 11010001 1100100 111101

Color Harmonies of #379EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379EFF

Black with #379EFF

Text Example


Text Example

White with #379EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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