Html Css Color HEX #275CF9 Royal Blue

📋 copy color: '#275CF9'

red 39 ◦ green 92 ◦ blue 249

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

Shades of Royal Blue #275CF9

Tints of Royal Blue #275CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.53%

R = 10.26%
G = 24.21%
B = 65.53%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#275CF9 (or 0x275CF9) is known color: Royal Blue. HEX triplet: 27, 5C and F9. RGB value is (39,92,249). Sum of RGB (Red+Green+Blue) = 39+92+249=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #275CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CF9 is #D8A306. Grayscale: #5D5D5D. Windows color (decimal): -14197511 or 16342055. OLE color: 16342055.

HSL color Cylindrical-coordinate representation of color #275CF9: hue angle of 224.86º 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 #275CF9 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 92 249 -
CMYK 0.84 0.63 0 0.02
HSL 224.86º 0.95% 0.56% -
HSV(B) 224.86º 0.84% 0.98% -
XYZ 21.76 14.93 91.36 -
YUV 94.05 215.44 88.73 -
System Red Green Blue C M Y K H S L
Decimal 39 92 249 0.84 0.63 0 0.02 224.86 0.95 0.56
Hex 27 5C F9 54 3F 0 2 E1 5F 38
Octal 47 134 371 124 77 0 2 341 137 70
Binary 100111 1011100 11111001 1010100 111111 0 10 11100001 1011111 111000

Color Harmonies of #275CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CF9

Black with #275CF9

Text Example


Text Example

White with #275CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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