Html Css Color HEX #348FEB Dodger Blue

📋 copy color: '#348FEB'

red 52 ◦ green 143 ◦ blue 235

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

Shades of Dodger Blue #348FEB

Tints of Dodger Blue #348FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 12.09%
G = 33.26%
B = 54.65%

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

#348FEB (or 0x348FEB) is known color: Dodger Blue. HEX triplet: 34, 8F and EB. RGB value is (52,143,235). Sum of RGB (Red+Green+Blue) = 52+143+235=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #348FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348FEB is #CB7014. Grayscale: #7D7D7D. Windows color (decimal): -13332501 or 15437620. OLE color: 15437620.

HSL color Cylindrical-coordinate representation of color #348FEB: hue angle of 210.16º degrees, saturation: 0.82, 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 #348FEB is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 143 235 -
CMYK 0.78 0.39 0 0.08
HSL 210.16º 0.82% 0.56% -
HSV(B) 210.16º 0.78% 0.92% -
XYZ 26.23 26.37 82.31 -
YUV 126.28 189.35 75.02 -
System Red Green Blue C M Y K H S L
Decimal 52 143 235 0.78 0.39 0 0.08 210.16 0.82 0.56
Hex 34 8F EB 4E 27 0 8 D2 52 38
Octal 64 217 353 116 47 0 10 322 122 70
Binary 110100 10001111 11101011 1001110 100111 0 1000 11010010 1010010 111000

Color Harmonies of #348FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348FEB

Black with #348FEB

Text Example


Text Example

White with #348FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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