Html Css Color HEX #347FFB Dodger Blue

📋 copy color: '#347FFB'

red 52 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #347FFB

Tints of Dodger Blue #347FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 12.09%
G = 29.53%
B = 58.37%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#347FFB (or 0x347FFB) is known color: Dodger Blue. HEX triplet: 34, 7F and FB. RGB value is (52,127,251). Sum of RGB (Red+Green+Blue) = 52+127+251=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #347FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347FFB is #CB8004. Grayscale: #767676. Windows color (decimal): -13336581 or 16482100. OLE color: 16482100.

HSL color Cylindrical-coordinate representation of color #347FFB: hue angle of 217.39º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #347FFB is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 127 251 -
CMYK 0.79 0.49 0 0.02
HSL 217.39º 0.96% 0.59% -
HSV(B) 217.39º 0.79% 0.98% -
XYZ 26.42 22.87 94.29 -
YUV 118.71 202.65 80.42 -
System Red Green Blue C M Y K H S L
Decimal 52 127 251 0.79 0.49 0 0.02 217.39 0.96 0.59
Hex 34 7F FB 4F 31 0 2 D9 60 3B
Octal 64 177 373 117 61 0 2 331 140 73
Binary 110100 1111111 11111011 1001111 110001 0 10 11011001 1100000 111011

Color Harmonies of #347FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FFB

Black with #347FFB

Text Example


Text Example

White with #347FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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