Html Css Color HEX #3379FE Dodger Blue

📋 copy color: '#3379FE'

red 51 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #3379FE

Tints of Dodger Blue #3379FE

RGB

 RED value IS 51 (20.31% from 255) = 11.97%

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 11.97%
G = 28.4%
B = 59.62%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3379FE (or 0x3379FE) is known color: Dodger Blue. HEX triplet: 33, 79 and FE. RGB value is (51,121,254). Sum of RGB (Red+Green+Blue) = 51+121+254=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #3379FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3379FE is #CC8601. Grayscale: #727272. Windows color (decimal): -13403650 or 16677171. OLE color: 16677171.

HSL color Cylindrical-coordinate representation of color #3379FE: hue angle of 219.31º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3379FE is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 121 254 -
CMYK 0.80 0.52 0 0.00
HSL 219.31º 0.99% 0.6% -
HSV(B) 219.31º 0.8% 1% -
XYZ 26.09 21.53 96.55 -
YUV 115.23 206.31 82.19 -
System Red Green Blue C M Y K H S L
Decimal 51 121 254 0.80 0.52 0 0.00 219.31 0.99 0.6
Hex 33 79 FE 50 34 0 0 DB 63 3C
Octal 63 171 376 120 64 0 0 333 143 74
Binary 110011 1111001 11111110 1010000 110100 0 0 11011011 1100011 111100

Color Harmonies of #3379FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3379FE

Black with #3379FE

Text Example


Text Example

White with #3379FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3379FE; }

 p { color: rgb(51,121,254); }

 H1.HeaderClassName
 {
   color: #3379FE;
 }
 .AnyTagClassName
 {
   color: #3379FE;
 }
</style>

background-color css

<style>
 a { background-color: #3379FE; }

 a { background-color: rgb(51,121,254); }

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

border-color css

<style>
 span { border-color: #3379FE; }

 span { border-color: rgb(51,121,254); }

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