Html Css Color HEX #348EEA Dodger Blue

📋 copy color: '#348EEA'

red 52 ◦ green 142 ◦ blue 234

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

Shades of Dodger Blue #348EEA

Tints of Dodger Blue #348EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 12.15%
G = 33.18%
B = 54.67%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#348EEA (or 0x348EEA) is known color: Dodger Blue. HEX triplet: 34, 8E and EA. RGB value is (52,142,234). Sum of RGB (Red+Green+Blue) = 52+142+234=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #348EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348EEA is #CB7115. Grayscale: #7D7D7D. Windows color (decimal): -13332758 or 15371828. OLE color: 15371828.

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

Color convert

RGB 52 142 234 -
CMYK 0.78 0.39 0 0.08
HSL 210.33º 0.81% 0.56% -
HSV(B) 210.33º 0.78% 0.92% -
XYZ 25.94 26.02 81.5 -
YUV 125.58 189.18 75.52 -
System Red Green Blue C M Y K H S L
Decimal 52 142 234 0.78 0.39 0 0.08 210.33 0.81 0.56
Hex 34 8E EA 4E 27 0 8 D2 51 38
Octal 64 216 352 116 47 0 10 322 121 70
Binary 110100 10001110 11101010 1001110 100111 0 1000 11010010 1010001 111000

Color Harmonies of #348EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348EEA

Black with #348EEA

Text Example


Text Example

White with #348EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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