Html Css Color HEX #475BED Royal Blue

📋 copy color: '#475BED'

red 71 ◦ green 91 ◦ blue 237

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

Shades of Royal Blue #475BED

Tints of Royal Blue #475BED

RGB

 RED value IS 71 (28.13% from 255) = 17.79%

 GREEN value IS 91 (35.94% from 255) = 22.81%

 BLUE value IS 237 (92.97% from 255) = 59.4%

R = 17.79%
G = 22.81%
B = 59.4%

CMYK

 C value IS 0.70

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#475BED (or 0x475BED) is known color: Royal Blue. HEX triplet: 47, 5B and ED. RGB value is (71,91,237). Sum of RGB (Red+Green+Blue) = 71+91+237=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #475BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475BED is #B8A412. Grayscale: #656565. Windows color (decimal): -12100627 or 15555399. OLE color: 15555399.

HSL color Cylindrical-coordinate representation of color #475BED: hue angle of 232.77º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475BED is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 91 237 -
CMYK 0.70 0.62 0 0.07
HSL 232.77º 0.82% 0.6% -
HSV(B) 232.77º 0.7% 0.93% -
XYZ 21.63 14.94 81.86 -
YUV 101.66 204.37 106.13 -
System Red Green Blue C M Y K H S L
Decimal 71 91 237 0.70 0.62 0 0.07 232.77 0.82 0.6
Hex 47 5B ED 46 3E 0 7 E9 52 3C
Octal 107 133 355 106 76 0 7 351 122 74
Binary 1000111 1011011 11101101 1000110 111110 0 111 11101001 1010010 111100

Color Harmonies of #475BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475BED

Black with #475BED

Text Example


Text Example

White with #475BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475BED; }

 p { color: rgb(71,91,237); }

 H1.HeaderClassName
 {
   color: #475BED;
 }
 .AnyTagClassName
 {
   color: #475BED;
 }
</style>

background-color css

<style>
 a { background-color: #475BED; }

 a { background-color: rgb(71,91,237); }

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

border-color css

<style>
 span { border-color: #475BED; }

 span { border-color: rgb(71,91,237); }

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