Html Css Color HEX #348EEB Dodger Blue

📋 copy color: '#348EEB'

red 52 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #348EEB

Tints of Dodger Blue #348EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

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

R = 12.12%
G = 33.1%
B = 54.78%

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

#348EEB (or 0x348EEB) is known color: Dodger Blue. HEX triplet: 34, 8E and EB. RGB value is (52,142,235). Sum of RGB (Red+Green+Blue) = 52+142+235=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #348EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348EEB is #CB7114. Grayscale: #7D7D7D. Windows color (decimal): -13332757 or 15437364. OLE color: 15437364.

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

Color convert

RGB 52 142 235 -
CMYK 0.78 0.40 0 0.08
HSL 210.49º 0.82% 0.56% -
HSV(B) 210.49º 0.78% 0.92% -
XYZ 26.08 26.07 82.26 -
YUV 125.69 189.68 75.44 -
System Red Green Blue C M Y K H S L
Decimal 52 142 235 0.78 0.40 0 0.08 210.49 0.82 0.56
Hex 34 8E EB 4E 28 0 8 D2 52 38
Octal 64 216 353 116 50 0 10 322 122 70
Binary 110100 10001110 11101011 1001110 101000 0 1000 11010010 1010010 111000

Color Harmonies of #348EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348EEB

Black with #348EEB

Text Example


Text Example

White with #348EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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