Html Css Color HEX #348BFA Dodger Blue

📋 copy color: '#348BFA'

red 52 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #348BFA

Tints of Dodger Blue #348BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 11.79%
G = 31.52%
B = 56.69%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#348BFA (or 0x348BFA) is known color: Dodger Blue. HEX triplet: 34, 8B and FA. RGB value is (52,139,250). Sum of RGB (Red+Green+Blue) = 52+139+250=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #348BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348BFA is #CB7405. Grayscale: #7D7D7D. Windows color (decimal): -13333510 or 16419636. OLE color: 16419636.

HSL color Cylindrical-coordinate representation of color #348BFA: hue angle of 213.64º degrees, saturation: 0.95, 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 #348BFA is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 139 250 -
CMYK 0.79 0.44 0 0.02
HSL 213.64º 0.95% 0.59% -
HSV(B) 213.64º 0.79% 0.98% -
XYZ 27.9 26.1 94.01 -
YUV 125.64 198.18 75.47 -
System Red Green Blue C M Y K H S L
Decimal 52 139 250 0.79 0.44 0 0.02 213.64 0.95 0.59
Hex 34 8B FA 4F 2C 0 2 D6 5F 3B
Octal 64 213 372 117 54 0 2 326 137 73
Binary 110100 10001011 11111010 1001111 101100 0 10 11010110 1011111 111011

Color Harmonies of #348BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348BFA

Black with #348BFA

Text Example


Text Example

White with #348BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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