Html Css Color HEX #348CEC Dodger Blue

📋 copy color: '#348CEC'

red 52 ◦ green 140 ◦ blue 236

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

Shades of Dodger Blue #348CEC

Tints of Dodger Blue #348CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 12.15%
G = 32.71%
B = 55.14%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#348CEC (or 0x348CEC) is known color: Dodger Blue. HEX triplet: 34, 8C and EC. RGB value is (52,140,236). Sum of RGB (Red+Green+Blue) = 52+140+236=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #348CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348CEC is #CB7313. Grayscale: #7C7C7C. Windows color (decimal): -13333268 or 15502388. OLE color: 15502388.

HSL color Cylindrical-coordinate representation of color #348CEC: hue angle of 211.3º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #348CEC is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 140 236 -
CMYK 0.78 0.41 0 0.07
HSL 211.3º 0.83% 0.56% -
HSV(B) 211.3º 0.78% 0.93% -
XYZ 25.93 25.54 82.92 -
YUV 124.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 52 140 236 0.78 0.41 0 0.07 211.3 0.83 0.56
Hex 34 8C EC 4E 29 0 7 D3 53 38
Octal 64 214 354 116 51 0 7 323 123 70
Binary 110100 10001100 11101100 1001110 101001 0 111 11010011 1010011 111000

Color Harmonies of #348CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CEC

Black with #348CEC

Text Example


Text Example

White with #348CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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