Html Css Color HEX #275CFE Royal Blue

📋 copy color: '#275CFE'

red 39 ◦ green 92 ◦ blue 254

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

Shades of Royal Blue #275CFE

Tints of Royal Blue #275CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 10.13%
G = 23.9%
B = 65.97%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#275CFE (or 0x275CFE) is known color: Royal Blue. HEX triplet: 27, 5C and FE. RGB value is (39,92,254). Sum of RGB (Red+Green+Blue) = 39+92+254=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #275CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CFE is #D8A301. Grayscale: #5D5D5D. Windows color (decimal): -14197506 or 16669735. OLE color: 16669735.

HSL color Cylindrical-coordinate representation of color #275CFE: hue angle of 225.21º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #275CFE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 39 92 254 -
CMYK 0.85 0.64 0 0.00
HSL 225.21º 0.99% 0.57% -
HSV(B) 225.21º 0.85% 1% -
XYZ 22.55 15.24 95.52 -
YUV 94.62 217.94 88.33 -
System Red Green Blue C M Y K H S L
Decimal 39 92 254 0.85 0.64 0 0.00 225.21 0.99 0.57
Hex 27 5C FE 55 40 0 0 E1 63 39
Octal 47 134 376 125 100 0 0 341 143 71
Binary 100111 1011100 11111110 1010101 1000000 0 0 11100001 1100011 111001

Color Harmonies of #275CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CFE

Black with #275CFE

Text Example


Text Example

White with #275CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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