Html Css Color HEX #357AFB Royal Blue

📋 copy color: '#357AFB'

red 53 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #357AFB

Tints of Royal Blue #357AFB

RGB

 RED value IS 53 (21.09% from 255) = 12.44%

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 12.44%
G = 28.64%
B = 58.92%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#357AFB (or 0x357AFB) is known color: Royal Blue. HEX triplet: 35, 7A and FB. RGB value is (53,122,251). Sum of RGB (Red+Green+Blue) = 53+122+251=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #357AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357AFB is #CA8504. Grayscale: #737373. Windows color (decimal): -13272325 or 16480821. OLE color: 16480821.

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

Color convert

RGB 53 122 251 -
CMYK 0.79 0.51 0 0.02
HSL 219.09º 0.96% 0.6% -
HSV(B) 219.09º 0.79% 0.98% -
XYZ 25.84 21.64 94.08 -
YUV 116.08 204.14 83.01 -
System Red Green Blue C M Y K H S L
Decimal 53 122 251 0.79 0.51 0 0.02 219.09 0.96 0.6
Hex 35 7A FB 4F 33 0 2 DB 60 3C
Octal 65 172 373 117 63 0 2 333 140 74
Binary 110101 1111010 11111011 1001111 110011 0 10 11011011 1100000 111100

Color Harmonies of #357AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AFB

Black with #357AFB

Text Example


Text Example

White with #357AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357AFB; }

 p { color: rgb(53,122,251); }

 H1.HeaderClassName
 {
   color: #357AFB;
 }
 .AnyTagClassName
 {
   color: #357AFB;
 }
</style>

background-color css

<style>
 a { background-color: #357AFB; }

 a { background-color: rgb(53,122,251); }

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

border-color css

<style>
 span { border-color: #357AFB; }

 span { border-color: rgb(53,122,251); }

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