Html Css Color HEX #348CEB Dodger Blue

📋 copy color: '#348CEB'

red 52 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #348CEB

Tints of Dodger Blue #348CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 12.18%
G = 32.79%
B = 55.04%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#348CEB (or 0x348CEB) is known color: Dodger Blue. HEX triplet: 34, 8C and EB. RGB value is (52,140,235). Sum of RGB (Red+Green+Blue) = 52+140+235=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #348CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348CEB is #CB7314. Grayscale: #7C7C7C. Windows color (decimal): -13333269 or 15436852. OLE color: 15436852.

HSL color Cylindrical-coordinate representation of color #348CEB: hue angle of 211.15º degrees, saturation: 0.82, 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 #348CEB is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 140 235 -
CMYK 0.78 0.40 0 0.08
HSL 211.15º 0.82% 0.56% -
HSV(B) 211.15º 0.78% 0.92% -
XYZ 25.79 25.48 82.16 -
YUV 124.52 190.35 76.28 -
System Red Green Blue C M Y K H S L
Decimal 52 140 235 0.78 0.40 0 0.08 211.15 0.82 0.56
Hex 34 8C EB 4E 28 0 8 D3 52 38
Octal 64 214 353 116 50 0 10 323 122 70
Binary 110100 10001100 11101011 1001110 101000 0 1000 11010011 1010010 111000

Color Harmonies of #348CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CEB

Black with #348CEB

Text Example


Text Example

White with #348CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,140,235); }

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

background-color css

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

 a { background-color: rgb(52,140,235); }

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

border-color css

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

 span { border-color: rgb(52,140,235); }

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