Html Css Color HEX #348BEC Dodger Blue

📋 copy color: '#348BEC'

red 52 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #348BEC

Tints of Dodger Blue #348BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 12.18%
G = 32.55%
B = 55.27%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#348BEC (or 0x348BEC) is known color: Dodger Blue. HEX triplet: 34, 8B and EC. RGB value is (52,139,236). Sum of RGB (Red+Green+Blue) = 52+139+236=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #348BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BEC is #CB7413. Grayscale: #7B7B7B. Windows color (decimal): -13333524 or 15502132. OLE color: 15502132.

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

Color convert

RGB 52 139 236 -
CMYK 0.78 0.41 0 0.07
HSL 211.63º 0.83% 0.56% -
HSV(B) 211.63º 0.78% 0.93% -
XYZ 25.79 25.25 82.87 -
YUV 124.05 191.18 76.61 -
System Red Green Blue C M Y K H S L
Decimal 52 139 236 0.78 0.41 0 0.07 211.63 0.83 0.56
Hex 34 8B EC 4E 29 0 7 D4 53 38
Octal 64 213 354 116 51 0 7 324 123 70
Binary 110100 10001011 11101100 1001110 101001 0 111 11010100 1010011 111000

Color Harmonies of #348BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BEC

Black with #348BEC

Text Example


Text Example

White with #348BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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