Html Css Color HEX #348EE8 Dodger Blue

📋 copy color: '#348EE8'

red 52 ◦ green 142 ◦ blue 232

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

Shades of Dodger Blue #348EE8

Tints of Dodger Blue #348EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.46%

R = 12.21%
G = 33.33%
B = 54.46%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#348EE8 (or 0x348EE8) is known color: Dodger Blue. HEX triplet: 34, 8E and E8. RGB value is (52,142,232). Sum of RGB (Red+Green+Blue) = 52+142+232=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #348EE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348EE8 is #CB7117. Grayscale: #7C7C7C. Windows color (decimal): -13332760 or 15240756. OLE color: 15240756.

HSL color Cylindrical-coordinate representation of color #348EE8: hue angle of 210º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #348EE8 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 142 232 -
CMYK 0.78 0.39 0 0.09
HSL 210º 0.8% 0.56% -
HSV(B) 210º 0.78% 0.91% -
XYZ 25.65 25.9 79.99 -
YUV 125.35 188.18 75.68 -
System Red Green Blue C M Y K H S L
Decimal 52 142 232 0.78 0.39 0 0.09 210 0.8 0.56
Hex 34 8E E8 4E 27 0 9 D2 50 38
Octal 64 216 350 116 47 0 11 322 120 70
Binary 110100 10001110 11101000 1001110 100111 0 1001 11010010 1010000 111000

Color Harmonies of #348EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348EE8

Black with #348EE8

Text Example


Text Example

White with #348EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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