Html Css Color HEX #275CEC Royal Blue

📋 copy color: '#275CEC'

red 39 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #275CEC

Tints of Royal Blue #275CEC

RGB

 RED value IS 39 (15.63% from 255) = 10.63%

 GREEN value IS 92 (36.33% from 255) = 25.07%

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 10.63%
G = 25.07%
B = 64.31%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#275CEC (or 0x275CEC) is known color: Royal Blue. HEX triplet: 27, 5C and EC. RGB value is (39,92,236). Sum of RGB (Red+Green+Blue) = 39+92+236=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #275CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CEC is #D8A313. Grayscale: #5B5B5B. Windows color (decimal): -14197524 or 15490087. OLE color: 15490087.

HSL color Cylindrical-coordinate representation of color #275CEC: hue angle of 223.86º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275CEC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 92 236 -
CMYK 0.83 0.61 0 0.07
HSL 223.86º 0.84% 0.54% -
HSV(B) 223.86º 0.83% 0.93% -
XYZ 19.8 14.14 81.04 -
YUV 92.57 208.94 89.79 -
System Red Green Blue C M Y K H S L
Decimal 39 92 236 0.83 0.61 0 0.07 223.86 0.84 0.54
Hex 27 5C EC 53 3D 0 7 E0 54 36
Octal 47 134 354 123 75 0 7 340 124 66
Binary 100111 1011100 11101100 1010011 111101 0 111 11100000 1010100 110110

Color Harmonies of #275CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CEC

Black with #275CEC

Text Example


Text Example

White with #275CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275CEC; }

 p { color: rgb(39,92,236); }

 H1.HeaderClassName
 {
   color: #275CEC;
 }
 .AnyTagClassName
 {
   color: #275CEC;
 }
</style>

background-color css

<style>
 a { background-color: #275CEC; }

 a { background-color: rgb(39,92,236); }

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

border-color css

<style>
 span { border-color: #275CEC; }

 span { border-color: rgb(39,92,236); }

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