Html Css Color HEX #379DFE Dodger Blue

📋 copy color: '#379DFE'

red 55 ◦ green 157 ◦ blue 254

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

Shades of Dodger Blue #379DFE

Tints of Dodger Blue #379DFE

RGB

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

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

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

R = 11.8%
G = 33.69%
B = 54.51%

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

#379DFE (or 0x379DFE) is known color: Dodger Blue. HEX triplet: 37, 9D and FE. RGB value is (55,157,254). Sum of RGB (Red+Green+Blue) = 55+157+254=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #379DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379DFE is #C86201. Grayscale: #898989. Windows color (decimal): -13132290 or 16686391. OLE color: 16686391.

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

Color convert

RGB 55 157 254 -
CMYK 0.78 0.38 0 0.00
HSL 209.25º 0.99% 0.61% -
HSV(B) 209.25º 0.78% 1% -
XYZ 31.52 32.08 98.3 -
YUV 137.56 193.71 69.11 -
System Red Green Blue C M Y K H S L
Decimal 55 157 254 0.78 0.38 0 0.00 209.25 0.99 0.61
Hex 37 9D FE 4E 26 0 0 D1 63 3D
Octal 67 235 376 116 46 0 0 321 143 75
Binary 110111 10011101 11111110 1001110 100110 0 0 11010001 1100011 111101

Color Harmonies of #379DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379DFE

Black with #379DFE

Text Example


Text Example

White with #379DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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