Html Css Color HEX #3497FC Dodger Blue

📋 copy color: '#3497FC'

red 52 ◦ green 151 ◦ blue 252

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

Shades of Dodger Blue #3497FC

Tints of Dodger Blue #3497FC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.19%

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

R = 11.43%
G = 33.19%
B = 55.38%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3497FC (or 0x3497FC) is known color: Dodger Blue. HEX triplet: 34, 97 and FC. RGB value is (52,151,252). Sum of RGB (Red+Green+Blue) = 52+151+252=455 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.43% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #3497FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3497FC is #CB6803. Grayscale: #848484. Windows color (decimal): -13330436 or 16553780. OLE color: 16553780.

HSL color Cylindrical-coordinate representation of color #3497FC: hue angle of 210.3º 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 #3497FC is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 151 252 -
CMYK 0.79 0.40 0 0.01
HSL 210.3º 0.97% 0.6% -
HSV(B) 210.3º 0.79% 0.99% -
XYZ 30.05 29.89 96.28 -
YUV 132.91 195.2 70.29 -
System Red Green Blue C M Y K H S L
Decimal 52 151 252 0.79 0.40 0 0.01 210.3 0.97 0.6
Hex 34 97 FC 4F 28 0 1 D2 61 3C
Octal 64 227 374 117 50 0 1 322 141 74
Binary 110100 10010111 11111100 1001111 101000 0 1 11010010 1100001 111100

Color Harmonies of #3497FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3497FC

Black with #3497FC

Text Example


Text Example

White with #3497FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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