Html Css Color HEX #348BFC Dodger Blue

📋 copy color: '#348BFC'

red 52 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #348BFC

Tints of Dodger Blue #348BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 11.74%
G = 31.38%
B = 56.88%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#348BFC (or 0x348BFC) is known color: Dodger Blue. HEX triplet: 34, 8B and FC. RGB value is (52,139,252). Sum of RGB (Red+Green+Blue) = 52+139+252=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #348BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BFC is #CB7403. Grayscale: #7D7D7D. Windows color (decimal): -13333508 or 16550708. OLE color: 16550708.

HSL color Cylindrical-coordinate representation of color #348BFC: hue angle of 213.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #348BFC is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 139 252 -
CMYK 0.79 0.45 0 0.01
HSL 213.9º 0.97% 0.6% -
HSV(B) 213.9º 0.79% 0.99% -
XYZ 28.22 26.22 95.67 -
YUV 125.87 199.18 75.31 -
System Red Green Blue C M Y K H S L
Decimal 52 139 252 0.79 0.45 0 0.01 213.9 0.97 0.6
Hex 34 8B FC 4F 2D 0 1 D6 61 3C
Octal 64 213 374 117 55 0 1 326 141 74
Binary 110100 10001011 11111100 1001111 101101 0 1 11010110 1100001 111100

Color Harmonies of #348BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BFC

Black with #348BFC

Text Example


Text Example

White with #348BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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