Html Css Color HEX #356FFB Royal Blue

📋 copy color: '#356FFB'

red 53 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #356FFB

Tints of Royal Blue #356FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.75%

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

R = 12.77%
G = 26.75%
B = 60.48%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#356FFB (or 0x356FFB) is known color: Royal Blue. HEX triplet: 35, 6F and FB. RGB value is (53,111,251). Sum of RGB (Red+Green+Blue) = 53+111+251=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #356FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FFB is #CA9004. Grayscale: #6C6C6C. Windows color (decimal): -13275141 or 16478005. OLE color: 16478005.

HSL color Cylindrical-coordinate representation of color #356FFB: hue angle of 222.42º 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 #356FFB is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 111 251 -
CMYK 0.79 0.56 0 0.02
HSL 222.42º 0.96% 0.6% -
HSV(B) 222.42º 0.79% 0.98% -
XYZ 24.57 19.09 93.66 -
YUV 109.62 207.78 87.62 -
System Red Green Blue C M Y K H S L
Decimal 53 111 251 0.79 0.56 0 0.02 222.42 0.96 0.6
Hex 35 6F FB 4F 38 0 2 DE 60 3C
Octal 65 157 373 117 70 0 2 336 140 74
Binary 110101 1101111 11111011 1001111 111000 0 10 11011110 1100000 111100

Color Harmonies of #356FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356FFB

Black with #356FFB

Text Example


Text Example

White with #356FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356FFB; }

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

 H1.HeaderClassName
 {
   color: #356FFB;
 }
 .AnyTagClassName
 {
   color: #356FFB;
 }
</style>

background-color css

<style>
 a { background-color: #356FFB; }

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

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

border-color css

<style>
 span { border-color: #356FFB; }

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

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