Html Css Color HEX #3295F9 Dodger Blue

📋 copy color: '#3295F9'

red 50 ◦ green 149 ◦ blue 249

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

Shades of Dodger Blue #3295F9

Tints of Dodger Blue #3295F9

RGB

 RED value IS 50 (19.92% from 255) = 11.16%

 GREEN value IS 149 (58.59% from 255) = 33.26%

 BLUE value IS 249 (97.66% from 255) = 55.58%

R = 11.16%
G = 33.26%
B = 55.58%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3295F9 (or 0x3295F9) is known color: Dodger Blue. HEX triplet: 32, 95 and F9. RGB value is (50,149,249). Sum of RGB (Red+Green+Blue) = 50+149+249=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #3295F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3295F9 is #CD6A06. Grayscale: #828282. Windows color (decimal): -13462023 or 16356658. OLE color: 16356658.

HSL color Cylindrical-coordinate representation of color #3295F9: hue angle of 210.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3295F9 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 149 249 -
CMYK 0.80 0.40 0 0.02
HSL 210.15º 0.94% 0.59% -
HSV(B) 210.15º 0.8% 0.98% -
XYZ 29.16 29.01 93.69 -
YUV 130.8 194.7 70.37 -
System Red Green Blue C M Y K H S L
Decimal 50 149 249 0.80 0.40 0 0.02 210.15 0.94 0.59
Hex 32 95 F9 50 28 0 2 D2 5E 3B
Octal 62 225 371 120 50 0 2 322 136 73
Binary 110010 10010101 11111001 1010000 101000 0 10 11010010 1011110 111011

Color Harmonies of #3295F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3295F9

Black with #3295F9

Text Example


Text Example

White with #3295F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3295F9; }

 p { color: rgb(50,149,249); }

 H1.HeaderClassName
 {
   color: #3295F9;
 }
 .AnyTagClassName
 {
   color: #3295F9;
 }
</style>

background-color css

<style>
 a { background-color: #3295F9; }

 a { background-color: rgb(50,149,249); }

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

border-color css

<style>
 span { border-color: #3295F9; }

 span { border-color: rgb(50,149,249); }

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