Html Css Color HEX #3498FC Dodger Blue

📋 copy color: '#3498FC'

red 52 ◦ green 152 ◦ blue 252

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

Shades of Dodger Blue #3498FC

Tints of Dodger Blue #3498FC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.33%

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

R = 11.4%
G = 33.33%
B = 55.26%

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

#3498FC (or 0x3498FC) is known color: Dodger Blue. HEX triplet: 34, 98 and FC. RGB value is (52,152,252). Sum of RGB (Red+Green+Blue) = 52+152+252=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #3498FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3498FC is #CB6703. Grayscale: #858585. Windows color (decimal): -13330180 or 16554036. OLE color: 16554036.

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

Color convert

RGB 52 152 252 -
CMYK 0.79 0.40 0 0.01
HSL 210º 0.97% 0.6% -
HSV(B) 210º 0.79% 0.99% -
XYZ 30.22 30.21 96.34 -
YUV 133.5 194.87 69.87 -
System Red Green Blue C M Y K H S L
Decimal 52 152 252 0.79 0.40 0 0.01 210 0.97 0.6
Hex 34 98 FC 4F 28 0 1 D2 61 3C
Octal 64 230 374 117 50 0 1 322 141 74
Binary 110100 10011000 11111100 1001111 101000 0 1 11010010 1100001 111100

Color Harmonies of #3498FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498FC

Black with #3498FC

Text Example


Text Example

White with #3498FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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