Html Css Color HEX #348BFD Dodger Blue

📋 copy color: '#348BFD'

red 52 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #348BFD

Tints of Dodger Blue #348BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.98%

R = 11.71%
G = 31.31%
B = 56.98%

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

#348BFD (or 0x348BFD) is known color: Dodger Blue. HEX triplet: 34, 8B and FD. RGB value is (52,139,253). Sum of RGB (Red+Green+Blue) = 52+139+253=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #348BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BFD is #CB7402. Grayscale: #7D7D7D. Windows color (decimal): -13333507 or 16616244. OLE color: 16616244.

HSL color Cylindrical-coordinate representation of color #348BFD: hue angle of 214.03º degrees, saturation: 0.98, 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 #348BFD is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 139 253 -
CMYK 0.79 0.45 0 0.01
HSL 214.03º 0.98% 0.6% -
HSV(B) 214.03º 0.79% 0.99% -
XYZ 28.38 26.29 96.51 -
YUV 125.98 199.68 75.23 -
System Red Green Blue C M Y K H S L
Decimal 52 139 253 0.79 0.45 0 0.01 214.03 0.98 0.6
Hex 34 8B FD 4F 2D 0 1 D6 62 3C
Octal 64 213 375 117 55 0 1 326 142 74
Binary 110100 10001011 11111101 1001111 101101 0 1 11010110 1100010 111100

Color Harmonies of #348BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BFD

Black with #348BFD

Text Example


Text Example

White with #348BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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