Html Css Color HEX #348BE5 Dodger Blue

📋 copy color: '#348BE5'

red 52 ◦ green 139 ◦ blue 229

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

Shades of Dodger Blue #348BE5

Tints of Dodger Blue #348BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.1%

 BLUE value IS 229 (89.84% from 255) = 54.52%

R = 12.38%
G = 33.1%
B = 54.52%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#348BE5 (or 0x348BE5) is known color: Dodger Blue. HEX triplet: 34, 8B and E5. RGB value is (52,139,229). Sum of RGB (Red+Green+Blue) = 52+139+229=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #348BE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BE5 is #CB741A. Grayscale: #7A7A7A. Windows color (decimal): -13333531 or 15043380. OLE color: 15043380.

HSL color Cylindrical-coordinate representation of color #348BE5: hue angle of 210.51º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348BE5 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 139 229 -
CMYK 0.77 0.39 0 0.10
HSL 210.51º 0.77% 0.55% -
HSV(B) 210.51º 0.77% 0.9% -
XYZ 24.79 24.85 77.62 -
YUV 123.25 187.68 77.18 -
System Red Green Blue C M Y K H S L
Decimal 52 139 229 0.77 0.39 0 0.10 210.51 0.77 0.55
Hex 34 8B E5 4D 27 0 A D3 4D 37
Octal 64 213 345 115 47 0 12 323 115 67
Binary 110100 10001011 11100101 1001101 100111 0 1010 11010011 1001101 110111

Color Harmonies of #348BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BE5

Black with #348BE5

Text Example


Text Example

White with #348BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348BE5; }

 p { color: rgb(52,139,229); }

 H1.HeaderClassName
 {
   color: #348BE5;
 }
 .AnyTagClassName
 {
   color: #348BE5;
 }
</style>

background-color css

<style>
 a { background-color: #348BE5; }

 a { background-color: rgb(52,139,229); }

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

border-color css

<style>
 span { border-color: #348BE5; }

 span { border-color: rgb(52,139,229); }

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