Html Css Color HEX #347AFC Dodger Blue

📋 copy color: '#347AFC'

red 52 ◦ green 122 ◦ blue 252

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

Shades of Dodger Blue #347AFC

Tints of Dodger Blue #347AFC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 12.21%
G = 28.64%
B = 59.15%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#347AFC (or 0x347AFC) is known color: Dodger Blue. HEX triplet: 34, 7A and FC. RGB value is (52,122,252). Sum of RGB (Red+Green+Blue) = 52+122+252=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #347AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347AFC is #CB8503. Grayscale: #737373. Windows color (decimal): -13337860 or 16546356. OLE color: 16546356.

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

Color convert

RGB 52 122 252 -
CMYK 0.79 0.52 0 0.01
HSL 219º 0.97% 0.6% -
HSV(B) 219º 0.79% 0.99% -
XYZ 25.95 21.68 94.91 -
YUV 115.89 204.81 82.43 -
System Red Green Blue C M Y K H S L
Decimal 52 122 252 0.79 0.52 0 0.01 219 0.97 0.6
Hex 34 7A FC 4F 34 0 1 DB 61 3C
Octal 64 172 374 117 64 0 1 333 141 74
Binary 110100 1111010 11111100 1001111 110100 0 1 11011011 1100001 111100

Color Harmonies of #347AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347AFC

Black with #347AFC

Text Example


Text Example

White with #347AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347AFC; }

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

 H1.HeaderClassName
 {
   color: #347AFC;
 }
 .AnyTagClassName
 {
   color: #347AFC;
 }
</style>

background-color css

<style>
 a { background-color: #347AFC; }

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

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

border-color css

<style>
 span { border-color: #347AFC; }

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

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