Html Css Color HEX #348CDF Dodger Blue

📋 copy color: '#348CDF'

red 52 ◦ green 140 ◦ blue 223

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

Shades of Dodger Blue #348CDF

Tints of Dodger Blue #348CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.73%

R = 12.53%
G = 33.73%
B = 53.73%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#348CDF (or 0x348CDF) is known color: Dodger Blue. HEX triplet: 34, 8C and DF. RGB value is (52,140,223). Sum of RGB (Red+Green+Blue) = 52+140+223=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #348CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CDF is #CB7320. Grayscale: #7A7A7A. Windows color (decimal): -13333281 or 14650420. OLE color: 14650420.

HSL color Cylindrical-coordinate representation of color #348CDF: hue angle of 209.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348CDF is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 140 223 -
CMYK 0.77 0.37 0 0.13
HSL 209.12º 0.73% 0.54% -
HSV(B) 209.12º 0.77% 0.87% -
XYZ 24.11 24.81 73.33 -
YUV 123.15 184.35 77.25 -
System Red Green Blue C M Y K H S L
Decimal 52 140 223 0.77 0.37 0 0.13 209.12 0.73 0.54
Hex 34 8C DF 4D 25 0 D D1 49 36
Octal 64 214 337 115 45 0 15 321 111 66
Binary 110100 10001100 11011111 1001101 100101 0 1101 11010001 1001001 110110

Color Harmonies of #348CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348CDF

Black with #348CDF

Text Example


Text Example

White with #348CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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