Html Css Color HEX #275AE0 Royal Blue

📋 copy color: '#275AE0'

red 39 ◦ green 90 ◦ blue 224

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

Shades of Royal Blue #275AE0

Tints of Royal Blue #275AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 224 (87.89% from 255) = 63.46%

R = 11.05%
G = 25.5%
B = 63.46%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#275AE0 (or 0x275AE0) is known color: Royal Blue. HEX triplet: 27, 5A and E0. RGB value is (39,90,224). Sum of RGB (Red+Green+Blue) = 39+90+224=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #275AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275AE0 is #D8A51F. Grayscale: #595959. Windows color (decimal): -14198048 or 14703143. OLE color: 14703143.

HSL color Cylindrical-coordinate representation of color #275AE0: hue angle of 223.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275AE0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 90 224 -
CMYK 0.83 0.60 0 0.12
HSL 223.46º 0.75% 0.52% -
HSV(B) 223.46º 0.83% 0.88% -
XYZ 17.95 13.13 72.11 -
YUV 90.03 203.6 91.6 -
System Red Green Blue C M Y K H S L
Decimal 39 90 224 0.83 0.60 0 0.12 223.46 0.75 0.52
Hex 27 5A E0 53 3C 0 C DF 4B 34
Octal 47 132 340 123 74 0 14 337 113 64
Binary 100111 1011010 11100000 1010011 111100 0 1100 11011111 1001011 110100

Color Harmonies of #275AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AE0

Black with #275AE0

Text Example


Text Example

White with #275AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,90,224); }

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

background-color css

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

 a { background-color: rgb(39,90,224); }

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

border-color css

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

 span { border-color: rgb(39,90,224); }

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