Html Css Color HEX #348BFB Dodger Blue

📋 copy color: '#348BFB'

red 52 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #348BFB

Tints of Dodger Blue #348BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 11.76%
G = 31.45%
B = 56.79%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#348BFB (or 0x348BFB) is known color: Dodger Blue. HEX triplet: 34, 8B and FB. RGB value is (52,139,251). Sum of RGB (Red+Green+Blue) = 52+139+251=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #348BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BFB is #CB7404. Grayscale: #7D7D7D. Windows color (decimal): -13333509 or 16485172. OLE color: 16485172.

HSL color Cylindrical-coordinate representation of color #348BFB: hue angle of 213.77º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #348BFB is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 139 251 -
CMYK 0.79 0.45 0 0.02
HSL 213.77º 0.96% 0.59% -
HSV(B) 213.77º 0.79% 0.98% -
XYZ 28.06 26.16 94.84 -
YUV 125.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 52 139 251 0.79 0.45 0 0.02 213.77 0.96 0.59
Hex 34 8B FB 4F 2D 0 2 D6 60 3B
Octal 64 213 373 117 55 0 2 326 140 73
Binary 110100 10001011 11111011 1001111 101101 0 10 11010110 1100000 111011

Color Harmonies of #348BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BFB

Black with #348BFB

Text Example


Text Example

White with #348BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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