Html Css Color HEX #348BFE Dodger Blue

📋 copy color: '#348BFE'

red 52 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #348BFE

Tints of Dodger Blue #348BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 11.69%
G = 31.24%
B = 57.08%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#348BFE (or 0x348BFE) is known color: Dodger Blue. HEX triplet: 34, 8B and FE. RGB value is (52,139,254). Sum of RGB (Red+Green+Blue) = 52+139+254=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #348BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BFE is #CB7401. Grayscale: #7D7D7D. Windows color (decimal): -13333506 or 16681780. OLE color: 16681780.

HSL color Cylindrical-coordinate representation of color #348BFE: hue angle of 214.16º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #348BFE is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 139 254 -
CMYK 0.80 0.45 0 0.00
HSL 214.16º 0.99% 0.6% -
HSV(B) 214.16º 0.8% 1% -
XYZ 28.54 26.35 97.35 -
YUV 126.1 200.18 75.15 -
System Red Green Blue C M Y K H S L
Decimal 52 139 254 0.80 0.45 0 0.00 214.16 0.99 0.6
Hex 34 8B FE 50 2D 0 0 D6 63 3C
Octal 64 213 376 120 55 0 0 326 143 74
Binary 110100 10001011 11111110 1010000 101101 0 0 11010110 1100011 111100

Color Harmonies of #348BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BFE

Black with #348BFE

Text Example


Text Example

White with #348BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,139,254); }

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

background-color css

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

 a { background-color: rgb(52,139,254); }

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

border-color css

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

 span { border-color: rgb(52,139,254); }

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