Html Css Color HEX #348BEA Dodger Blue

📋 copy color: '#348BEA'

red 52 ◦ green 139 ◦ blue 234

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

Shades of Dodger Blue #348BEA

Tints of Dodger Blue #348BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 12.24%
G = 32.71%
B = 55.06%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#348BEA (or 0x348BEA) is known color: Dodger Blue. HEX triplet: 34, 8B and EA. RGB value is (52,139,234). Sum of RGB (Red+Green+Blue) = 52+139+234=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #348BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BEA is #CB7415. Grayscale: #7B7B7B. Windows color (decimal): -13333526 or 15371060. OLE color: 15371060.

HSL color Cylindrical-coordinate representation of color #348BEA: hue angle of 211.32º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #348BEA is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 139 234 -
CMYK 0.78 0.41 0 0.08
HSL 211.32º 0.81% 0.56% -
HSV(B) 211.32º 0.78% 0.92% -
XYZ 25.5 25.14 81.35 -
YUV 123.82 190.18 76.78 -
System Red Green Blue C M Y K H S L
Decimal 52 139 234 0.78 0.41 0 0.08 211.32 0.81 0.56
Hex 34 8B EA 4E 29 0 8 D3 51 38
Octal 64 213 352 116 51 0 10 323 121 70
Binary 110100 10001011 11101010 1001110 101001 0 1000 11010011 1010001 111000

Color Harmonies of #348BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BEA

Black with #348BEA

Text Example


Text Example

White with #348BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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