Html Css Color HEX #348FEE Dodger Blue

📋 copy color: '#348FEE'

red 52 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #348FEE

Tints of Dodger Blue #348FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

 BLUE value IS 238 (93.36% from 255) = 54.97%

R = 12.01%
G = 33.03%
B = 54.97%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#348FEE (or 0x348FEE) is known color: Dodger Blue. HEX triplet: 34, 8F and EE. RGB value is (52,143,238). Sum of RGB (Red+Green+Blue) = 52+143+238=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #348FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348FEE is #CB7011. Grayscale: #7E7E7E. Windows color (decimal): -13332498 or 15634228. OLE color: 15634228.

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

Color convert

RGB 52 143 238 -
CMYK 0.78 0.40 0 0.07
HSL 210.65º 0.85% 0.57% -
HSV(B) 210.65º 0.78% 0.93% -
XYZ 26.67 26.55 84.61 -
YUV 126.62 190.85 74.78 -
System Red Green Blue C M Y K H S L
Decimal 52 143 238 0.78 0.40 0 0.07 210.65 0.85 0.57
Hex 34 8F EE 4E 28 0 7 D3 55 39
Octal 64 217 356 116 50 0 7 323 125 71
Binary 110100 10001111 11101110 1001110 101000 0 111 11010011 1010101 111001

Color Harmonies of #348FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FEE

Black with #348FEE

Text Example


Text Example

White with #348FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,238); }

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

background-color css

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

 a { background-color: rgb(52,143,238); }

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

border-color css

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

 span { border-color: rgb(52,143,238); }

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