Html Css Color HEX #347AFF Dodger Blue

📋 copy color: '#347AFF'

red 52 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #347AFF

Tints of Dodger Blue #347AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 12.12%
G = 28.44%
B = 59.44%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#347AFF (or 0x347AFF) is known color: Dodger Blue. HEX triplet: 34, 7A and FF. RGB value is (52,122,255). Sum of RGB (Red+Green+Blue) = 52+122+255=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #347AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347AFF is #CB8500. Grayscale: #737373. Windows color (decimal): -13337857 or 16742964. OLE color: 16742964.

HSL color Cylindrical-coordinate representation of color #347AFF: hue angle of 219.31º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #347AFF is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 122 255 -
CMYK 0.80 0.52 0 0
HSL 219.31º 1% 0.6% -
HSV(B) 219.31º 0.8% 1% -
XYZ 26.43 21.87 97.44 -
YUV 116.23 206.31 82.19 -
System Red Green Blue C M Y K H S L
Decimal 52 122 255 0.80 0.52 0 0 219.31 1 0.6
Hex 34 7A FF 50 34 0 0 DB 64 3C
Octal 64 172 377 120 64 0 0 333 144 74
Binary 110100 1111010 11111111 1010000 110100 0 0 11011011 1100100 111100

Color Harmonies of #347AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347AFF

Black with #347AFF

Text Example


Text Example

White with #347AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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