Html Css Color HEX #347FFC Dodger Blue

📋 copy color: '#347FFC'

red 52 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #347FFC

Tints of Dodger Blue #347FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

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

R = 12.06%
G = 29.47%
B = 58.47%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#347FFC (or 0x347FFC) is known color: Dodger Blue. HEX triplet: 34, 7F and FC. RGB value is (52,127,252). Sum of RGB (Red+Green+Blue) = 52+127+252=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #347FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347FFC is #CB8003. Grayscale: #767676. Windows color (decimal): -13336580 or 16547636. OLE color: 16547636.

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

Color convert

RGB 52 127 252 -
CMYK 0.79 0.50 0 0.01
HSL 217.5º 0.97% 0.6% -
HSV(B) 217.5º 0.79% 0.99% -
XYZ 26.58 22.94 95.12 -
YUV 118.83 203.15 80.34 -
System Red Green Blue C M Y K H S L
Decimal 52 127 252 0.79 0.50 0 0.01 217.5 0.97 0.6
Hex 34 7F FC 4F 32 0 1 DA 61 3C
Octal 64 177 374 117 62 0 1 332 141 74
Binary 110100 1111111 11111100 1001111 110010 0 1 11011010 1100001 111100

Color Harmonies of #347FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FFC

Black with #347FFC

Text Example


Text Example

White with #347FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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