Html Css Color HEX #348AFF Dodger Blue

📋 copy color: '#348AFF'

red 52 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #348AFF

Tints of Dodger Blue #348AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 11.69%
G = 31.01%
B = 57.3%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#348AFF (or 0x348AFF) is known color: Dodger Blue. HEX triplet: 34, 8A and FF. RGB value is (52,138,255). Sum of RGB (Red+Green+Blue) = 52+138+255=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #348AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348AFF is #CB7500. Grayscale: #7D7D7D. Windows color (decimal): -13333761 or 16747060. OLE color: 16747060.

HSL color Cylindrical-coordinate representation of color #348AFF: hue angle of 214.58º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #348AFF is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 138 255 -
CMYK 0.80 0.46 0 0
HSL 214.58º 1% 0.6% -
HSV(B) 214.58º 0.8% 1% -
XYZ 28.55 26.13 98.15 -
YUV 125.62 201.01 75.49 -
System Red Green Blue C M Y K H S L
Decimal 52 138 255 0.80 0.46 0 0 214.58 1 0.6
Hex 34 8A FF 50 2E 0 0 D7 64 3C
Octal 64 212 377 120 56 0 0 327 144 74
Binary 110100 10001010 11111111 1010000 101110 0 0 11010111 1100100 111100

Color Harmonies of #348AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348AFF

Black with #348AFF

Text Example


Text Example

White with #348AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,255); }

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

background-color css

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

 a { background-color: rgb(52,138,255); }

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

border-color css

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

 span { border-color: rgb(52,138,255); }

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