Html Css Color HEX #348DF9 Dodger Blue

📋 copy color: '#348DF9'

red 52 ◦ green 141 ◦ blue 249

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

Shades of Dodger Blue #348DF9

Tints of Dodger Blue #348DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 11.76%
G = 31.9%
B = 56.33%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#348DF9 (or 0x348DF9) is known color: Dodger Blue. HEX triplet: 34, 8D and F9. RGB value is (52,141,249). Sum of RGB (Red+Green+Blue) = 52+141+249=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #348DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348DF9 is #CB7206. Grayscale: #7E7E7E. Windows color (decimal): -13332999 or 16354612. OLE color: 16354612.

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

Color convert

RGB 52 141 249 -
CMYK 0.79 0.43 0 0.02
HSL 212.89º 0.94% 0.59% -
HSV(B) 212.89º 0.79% 0.98% -
XYZ 28.04 26.62 93.28 -
YUV 126.7 197.01 74.72 -
System Red Green Blue C M Y K H S L
Decimal 52 141 249 0.79 0.43 0 0.02 212.89 0.94 0.59
Hex 34 8D F9 4F 2B 0 2 D5 5E 3B
Octal 64 215 371 117 53 0 2 325 136 73
Binary 110100 10001101 11111001 1001111 101011 0 10 11010101 1011110 111011

Color Harmonies of #348DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348DF9

Black with #348DF9

Text Example


Text Example

White with #348DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,141,249); }

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

background-color css

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

 a { background-color: rgb(52,141,249); }

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

border-color css

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

 span { border-color: rgb(52,141,249); }

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