Html Css Color HEX #3495FB Dodger Blue

📋 copy color: '#3495FB'

red 52 ◦ green 149 ◦ blue 251

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

Shades of Dodger Blue #3495FB

Tints of Dodger Blue #3495FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.53%

R = 11.5%
G = 32.96%
B = 55.53%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3495FB (or 0x3495FB) is known color: Dodger Blue. HEX triplet: 34, 95 and FB. RGB value is (52,149,251). Sum of RGB (Red+Green+Blue) = 52+149+251=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #3495FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3495FB is #CB6A04. Grayscale: #838383. Windows color (decimal): -13330949 or 16487732. OLE color: 16487732.

HSL color Cylindrical-coordinate representation of color #3495FB: hue angle of 210.75º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3495FB is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 149 251 -
CMYK 0.79 0.41 0 0.02
HSL 210.75º 0.96% 0.59% -
HSV(B) 210.75º 0.79% 0.98% -
XYZ 29.58 29.19 95.34 -
YUV 131.63 195.36 71.21 -
System Red Green Blue C M Y K H S L
Decimal 52 149 251 0.79 0.41 0 0.02 210.75 0.96 0.59
Hex 34 95 FB 4F 29 0 2 D3 60 3B
Octal 64 225 373 117 51 0 2 323 140 73
Binary 110100 10010101 11111011 1001111 101001 0 10 11010011 1100000 111011

Color Harmonies of #3495FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3495FB

Black with #3495FB

Text Example


Text Example

White with #3495FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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