Html Css Color HEX #345FF8 Royal Blue

📋 copy color: '#345FF8'

red 52 ◦ green 95 ◦ blue 248

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

Shades of Royal Blue #345FF8

Tints of Royal Blue #345FF8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.05%

 BLUE value IS 248 (97.27% from 255) = 62.78%

R = 13.16%
G = 24.05%
B = 62.78%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#345FF8 (or 0x345FF8) is known color: Royal Blue. HEX triplet: 34, 5F and F8. RGB value is (52,95,248). Sum of RGB (Red+Green+Blue) = 52+95+248=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #345FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FF8 is #CBA007. Grayscale: #626262. Windows color (decimal): -13344776 or 16277300. OLE color: 16277300.

HSL color Cylindrical-coordinate representation of color #345FF8: hue angle of 226.84º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #345FF8 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 95 248 -
CMYK 0.79 0.62 0 0.03
HSL 226.84º 0.93% 0.59% -
HSV(B) 226.84º 0.79% 0.97% -
XYZ 22.45 15.69 90.65 -
YUV 99.59 211.75 94.06 -
System Red Green Blue C M Y K H S L
Decimal 52 95 248 0.79 0.62 0 0.03 226.84 0.93 0.59
Hex 34 5F F8 4F 3E 0 3 E3 5D 3B
Octal 64 137 370 117 76 0 3 343 135 73
Binary 110100 1011111 11111000 1001111 111110 0 11 11100011 1011101 111011

Color Harmonies of #345FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FF8

Black with #345FF8

Text Example


Text Example

White with #345FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345FF8; }

 p { color: rgb(52,95,248); }

 H1.HeaderClassName
 {
   color: #345FF8;
 }
 .AnyTagClassName
 {
   color: #345FF8;
 }
</style>

background-color css

<style>
 a { background-color: #345FF8; }

 a { background-color: rgb(52,95,248); }

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

border-color css

<style>
 span { border-color: #345FF8; }

 span { border-color: rgb(52,95,248); }

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