Html Css Color HEX #379FFE Dodger Blue

📋 copy color: '#379FFE'

red 55 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #379FFE

Tints of Dodger Blue #379FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.97%

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

R = 11.75%
G = 33.97%
B = 54.27%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#379FFE (or 0x379FFE) is known color: Dodger Blue. HEX triplet: 37, 9F and FE. RGB value is (55,159,254). Sum of RGB (Red+Green+Blue) = 55+159+254=468 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.75% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #379FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379FFE is #C86001. Grayscale: #8A8A8A. Windows color (decimal): -13131778 or 16686903. OLE color: 16686903.

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

Color convert

RGB 55 159 254 -
CMYK 0.78 0.37 0 0.00
HSL 208.64º 0.99% 0.61% -
HSV(B) 208.64º 0.78% 1% -
XYZ 31.86 32.76 98.41 -
YUV 138.73 193.04 68.28 -
System Red Green Blue C M Y K H S L
Decimal 55 159 254 0.78 0.37 0 0.00 208.64 0.99 0.61
Hex 37 9F FE 4E 25 0 0 D1 63 3D
Octal 67 237 376 116 45 0 0 321 143 75
Binary 110111 10011111 11111110 1001110 100101 0 0 11010001 1100011 111101

Color Harmonies of #379FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FFE

Black with #379FFE

Text Example


Text Example

White with #379FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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