Html Css Color HEX #3490FC Dodger Blue

📋 copy color: '#3490FC'

red 52 ◦ green 144 ◦ blue 252

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

Shades of Dodger Blue #3490FC

Tints of Dodger Blue #3490FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.14%

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

R = 11.61%
G = 32.14%
B = 56.25%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3490FC (or 0x3490FC) is known color: Dodger Blue. HEX triplet: 34, 90 and FC. RGB value is (52,144,252). Sum of RGB (Red+Green+Blue) = 52+144+252=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #3490FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3490FC is #CB6F03. Grayscale: #808080. Windows color (decimal): -13332228 or 16551988. OLE color: 16551988.

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

Color convert

RGB 52 144 252 -
CMYK 0.79 0.43 0 0.01
HSL 212.4º 0.97% 0.6% -
HSV(B) 212.4º 0.79% 0.99% -
XYZ 28.96 27.7 95.92 -
YUV 128.8 197.52 73.22 -
System Red Green Blue C M Y K H S L
Decimal 52 144 252 0.79 0.43 0 0.01 212.4 0.97 0.6
Hex 34 90 FC 4F 2B 0 1 D4 61 3C
Octal 64 220 374 117 53 0 1 324 141 74
Binary 110100 10010000 11111100 1001111 101011 0 1 11010100 1100001 111100

Color Harmonies of #3490FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3490FC

Black with #3490FC

Text Example


Text Example

White with #3490FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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