Html Css Color HEX #357FEE Royal Blue

📋 copy color: '#357FEE'

red 53 ◦ green 127 ◦ blue 238

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

Shades of Royal Blue #357FEE

Tints of Royal Blue #357FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 12.68%
G = 30.38%
B = 56.94%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#357FEE (or 0x357FEE) is known color: Royal Blue. HEX triplet: 35, 7F and EE. RGB value is (53,127,238). Sum of RGB (Red+Green+Blue) = 53+127+238=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #357FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357FEE is #CA8011. Grayscale: #757575. Windows color (decimal): -13271058 or 15630133. OLE color: 15630133.

HSL color Cylindrical-coordinate representation of color #357FEE: hue angle of 216º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357FEE is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 127 238 -
CMYK 0.78 0.47 0 0.07
HSL 216º 0.84% 0.57% -
HSV(B) 216º 0.78% 0.93% -
XYZ 24.49 22.11 83.87 -
YUV 117.53 195.98 81.97 -
System Red Green Blue C M Y K H S L
Decimal 53 127 238 0.78 0.47 0 0.07 216 0.84 0.57
Hex 35 7F EE 4E 2F 0 7 D8 54 39
Octal 65 177 356 116 57 0 7 330 124 71
Binary 110101 1111111 11101110 1001110 101111 0 111 11011000 1010100 111001

Color Harmonies of #357FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FEE

Black with #357FEE

Text Example


Text Example

White with #357FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,127,238); }

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

background-color css

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

 a { background-color: rgb(53,127,238); }

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

border-color css

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

 span { border-color: rgb(53,127,238); }

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