Html Css Color HEX #348DEB Dodger Blue

📋 copy color: '#348DEB'

red 52 ◦ green 141 ◦ blue 235

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

Shades of Dodger Blue #348DEB

Tints of Dodger Blue #348DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

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

R = 12.15%
G = 32.94%
B = 54.91%

CMYK

 C value IS 0.78

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#348DEB (or 0x348DEB) is known color: Dodger Blue. HEX triplet: 34, 8D and EB. RGB value is (52,141,235). Sum of RGB (Red+Green+Blue) = 52+141+235=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #348DEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348DEB is #CB7214. Grayscale: #7C7C7C. Windows color (decimal): -13333013 or 15437108. OLE color: 15437108.

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

Color convert

RGB 52 141 235 -
CMYK 0.78 0.4 0 0.08
HSL 210.82º 0.82% 0.56% -
HSV(B) 210.82º 0.78% 0.92% -
XYZ 25.94 25.78 82.21 -
YUV 125.11 190.01 75.86 -
System Red Green Blue C M Y K H S L
Decimal 52 141 235 0.78 0.4 0 0.08 210.82 0.82 0.56
Hex 34 8D EB 4E 28 0 8 D3 52 38
Octal 64 215 353 116 50 0 10 323 122 70
Binary 110100 10001101 11101011 1001110 101000 0 1000 11010011 1010010 111000

Color Harmonies of #348DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DEB

Black with #348DEB

Text Example


Text Example

White with #348DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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