Html Css Color HEX #348CE6 Dodger Blue

📋 copy color: '#348CE6'

red 52 ◦ green 140 ◦ blue 230

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

Shades of Dodger Blue #348CE6

Tints of Dodger Blue #348CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.5%

R = 12.32%
G = 33.18%
B = 54.5%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#348CE6 (or 0x348CE6) is known color: Dodger Blue. HEX triplet: 34, 8C and E6. RGB value is (52,140,230). Sum of RGB (Red+Green+Blue) = 52+140+230=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #348CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348CE6 is #CB7319. Grayscale: #7B7B7B. Windows color (decimal): -13333274 or 15109172. OLE color: 15109172.

HSL color Cylindrical-coordinate representation of color #348CE6: hue angle of 210.34º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348CE6 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 140 230 -
CMYK 0.77 0.39 0 0.10
HSL 210.34º 0.78% 0.55% -
HSV(B) 210.34º 0.77% 0.9% -
XYZ 25.08 25.2 78.41 -
YUV 123.95 187.85 76.68 -
System Red Green Blue C M Y K H S L
Decimal 52 140 230 0.77 0.39 0 0.10 210.34 0.78 0.55
Hex 34 8C E6 4D 27 0 A D2 4E 37
Octal 64 214 346 115 47 0 12 322 116 67
Binary 110100 10001100 11100110 1001101 100111 0 1010 11010010 1001110 110111

Color Harmonies of #348CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CE6

Black with #348CE6

Text Example


Text Example

White with #348CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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