Html Css Color HEX #379FFC Dodger Blue

📋 copy color: '#379FFC'

red 55 ◦ green 159 ◦ blue 252

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

Shades of Dodger Blue #379FFC

Tints of Dodger Blue #379FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 11.8%
G = 34.12%
B = 54.08%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#379FFC (or 0x379FFC) is known color: Dodger Blue. HEX triplet: 37, 9F and FC. RGB value is (55,159,252). Sum of RGB (Red+Green+Blue) = 55+159+252=466 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.80% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #379FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379FFC is #C86003. Grayscale: #8A8A8A. Windows color (decimal): -13131780 or 16555831. OLE color: 16555831.

HSL color Cylindrical-coordinate representation of color #379FFC: hue angle of 208.32º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #379FFC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 159 252 -
CMYK 0.78 0.37 0 0.01
HSL 208.32º 0.97% 0.6% -
HSV(B) 208.32º 0.78% 0.99% -
XYZ 31.54 32.64 96.73 -
YUV 138.51 192.04 68.44 -
System Red Green Blue C M Y K H S L
Decimal 55 159 252 0.78 0.37 0 0.01 208.32 0.97 0.6
Hex 37 9F FC 4E 25 0 1 D0 61 3C
Octal 67 237 374 116 45 0 1 320 141 74
Binary 110111 10011111 11111100 1001110 100101 0 1 11010000 1100001 111100

Color Harmonies of #379FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379FFC

Black with #379FFC

Text Example


Text Example

White with #379FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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