Html Css Color HEX #275FFA Royal Blue

📋 copy color: '#275FFA'

red 39 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #275FFA

Tints of Royal Blue #275FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 10.16%
G = 24.74%
B = 65.1%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#275FFA (or 0x275FFA) is known color: Royal Blue. HEX triplet: 27, 5F and FA. RGB value is (39,95,250). Sum of RGB (Red+Green+Blue) = 39+95+250=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #275FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FFA is #D8A005. Grayscale: #5F5F5F. Windows color (decimal): -14196742 or 16408359. OLE color: 16408359.

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

Color convert

RGB 39 95 250 -
CMYK 0.84 0.62 0 0.02
HSL 224.08º 0.95% 0.57% -
HSV(B) 224.08º 0.84% 0.98% -
XYZ 22.18 15.52 92.27 -
YUV 95.93 214.95 87.4 -
System Red Green Blue C M Y K H S L
Decimal 39 95 250 0.84 0.62 0 0.02 224.08 0.95 0.57
Hex 27 5F FA 54 3E 0 2 E0 5F 39
Octal 47 137 372 124 76 0 2 340 137 71
Binary 100111 1011111 11111010 1010100 111110 0 10 11100000 1011111 111001

Color Harmonies of #275FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FFA

Black with #275FFA

Text Example


Text Example

White with #275FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,95,250); }

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

background-color css

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

 a { background-color: rgb(39,95,250); }

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

border-color css

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

 span { border-color: rgb(39,95,250); }

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