Html Css Color HEX #348BDE Dodger Blue

📋 copy color: '#348BDE'

red 52 ◦ green 139 ◦ blue 222

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

Shades of Dodger Blue #348BDE

Tints of Dodger Blue #348BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.75%

R = 12.59%
G = 33.66%
B = 53.75%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#348BDE (or 0x348BDE) is known color: Dodger Blue. HEX triplet: 34, 8B and DE. RGB value is (52,139,222). Sum of RGB (Red+Green+Blue) = 52+139+222=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #348BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BDE is #CB7421. Grayscale: #7A7A7A. Windows color (decimal): -13333538 or 14584628. OLE color: 14584628.

HSL color Cylindrical-coordinate representation of color #348BDE: hue angle of 209.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348BDE is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 139 222 -
CMYK 0.77 0.37 0 0.13
HSL 209.29º 0.72% 0.54% -
HSV(B) 209.29º 0.77% 0.87% -
XYZ 23.83 24.47 72.57 -
YUV 122.45 184.18 77.75 -
System Red Green Blue C M Y K H S L
Decimal 52 139 222 0.77 0.37 0 0.13 209.29 0.72 0.54
Hex 34 8B DE 4D 25 0 D D1 48 36
Octal 64 213 336 115 45 0 15 321 110 66
Binary 110100 10001011 11011110 1001101 100101 0 1101 11010001 1001000 110110

Color Harmonies of #348BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BDE

Black with #348BDE

Text Example


Text Example

White with #348BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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