Html Css Color HEX #347DFF Dodger Blue

📋 copy color: '#347DFF'

red 52 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #347DFF

Tints of Dodger Blue #347DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

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

R = 12.04%
G = 28.94%
B = 59.03%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#347DFF (or 0x347DFF) is known color: Dodger Blue. HEX triplet: 34, 7D and FF. RGB value is (52,125,255). Sum of RGB (Red+Green+Blue) = 52+125+255=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #347DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347DFF is #CB8200. Grayscale: #757575. Windows color (decimal): -13337089 or 16743732. OLE color: 16743732.

HSL color Cylindrical-coordinate representation of color #347DFF: hue angle of 218.42º 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 #347DFF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 125 255 -
CMYK 0.80 0.51 0 0
HSL 218.42º 1% 0.6% -
HSV(B) 218.42º 0.8% 1% -
XYZ 26.8 22.62 97.56 -
YUV 117.99 205.32 80.93 -
System Red Green Blue C M Y K H S L
Decimal 52 125 255 0.80 0.51 0 0 218.42 1 0.6
Hex 34 7D FF 50 33 0 0 DA 64 3C
Octal 64 175 377 120 63 0 0 332 144 74
Binary 110100 1111101 11111111 1010000 110011 0 0 11011010 1100100 111100

Color Harmonies of #347DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347DFF

Black with #347DFF

Text Example


Text Example

White with #347DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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