#275AF9

Color #275AF9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #275AF9

Tints of Royal Blue #275AF9

Color information

#275AF9 (or 0x275AF9) is unknown color: approx Royal Blue. HEX triplet: 27, 5A and F9. RGB value is (39,90,249). Sum of RGB (Red+Green+Blue) = 39+90+249=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 249 (97.66% from 255 or 65.87% from 378); Max value from RGB is 249 - color contains mainly: blue. Hex color #275AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275AF9 is #D8A506. Grayscale: #5C5C5C. Windows color (decimal): -14198023 or 16341543. OLE color: 16341543.

HSL color Cylindrical-coordinate representation of color #275AF9: hue angle of 225.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275AF9 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3990249-
CMYK0.840.6400.02
HSL225.43º94.59%56.47%-
HSV(B)225.43º84.34%97.65%-
XYZ21.5914.5891.3-
YUV92.88216.189.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.32%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 249 (97.66% from 255) = 65.87%
R=10.32%
G=23.81%
B=65.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal39902490.840.6400.02225.4394.5956.47
Hex275AF9544002e15f38
Octal471323711241000234113770
Binary10011110110101111100110101001000000010111000011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #275AF9;
 }
 .AnyTagClassName
 {
   color: #275AF9;
 }
</style>
background-color css

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

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

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

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

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

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