Html Css Color HEX #3495FC Dodger Blue

📋 copy color: '#3495FC'

red 52 ◦ green 149 ◦ blue 252

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

Shades of Dodger Blue #3495FC

Tints of Dodger Blue #3495FC

RGB

 RED value IS 52 (20.7% from 255) = 11.48%

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

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

R = 11.48%
G = 32.89%
B = 55.63%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3495FC (or 0x3495FC) is known color: Dodger Blue. HEX triplet: 34, 95 and FC. RGB value is (52,149,252). Sum of RGB (Red+Green+Blue) = 52+149+252=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #3495FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3495FC is #CB6A03. Grayscale: #838383. Windows color (decimal): -13330948 or 16553268. OLE color: 16553268.

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

Color convert

RGB 52 149 252 -
CMYK 0.79 0.41 0 0.01
HSL 210.9º 0.97% 0.6% -
HSV(B) 210.9º 0.79% 0.99% -
XYZ 29.73 29.25 96.17 -
YUV 131.74 195.86 71.12 -
System Red Green Blue C M Y K H S L
Decimal 52 149 252 0.79 0.41 0 0.01 210.9 0.97 0.6
Hex 34 95 FC 4F 29 0 1 D3 61 3C
Octal 64 225 374 117 51 0 1 323 141 74
Binary 110100 10010101 11111100 1001111 101001 0 1 11010011 1100001 111100

Color Harmonies of #3495FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3495FC

Black with #3495FC

Text Example


Text Example

White with #3495FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3495FC; }

 p { color: rgb(52,149,252); }

 H1.HeaderClassName
 {
   color: #3495FC;
 }
 .AnyTagClassName
 {
   color: #3495FC;
 }
</style>

background-color css

<style>
 a { background-color: #3495FC; }

 a { background-color: rgb(52,149,252); }

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

border-color css

<style>
 span { border-color: #3495FC; }

 span { border-color: rgb(52,149,252); }

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