Html Css Color HEX #275FF2 Royal Blue

📋 copy color: '#275FF2'

red 39 ◦ green 95 ◦ blue 242

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

Shades of Royal Blue #275FF2

Tints of Royal Blue #275FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.36%

R = 10.37%
G = 25.27%
B = 64.36%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#275FF2 (or 0x275FF2) is known color: Royal Blue. HEX triplet: 27, 5F and F2. RGB value is (39,95,242). Sum of RGB (Red+Green+Blue) = 39+95+242=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #275FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FF2 is #D8A00D. Grayscale: #5E5E5E. Windows color (decimal): -14196750 or 15884071. OLE color: 15884071.

HSL color Cylindrical-coordinate representation of color #275FF2: hue angle of 223.45º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275FF2 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 95 242 -
CMYK 0.84 0.61 0 0.05
HSL 223.45º 0.89% 0.55% -
HSV(B) 223.45º 0.84% 0.95% -
XYZ 20.96 15.03 85.8 -
YUV 95.01 210.95 88.05 -
System Red Green Blue C M Y K H S L
Decimal 39 95 242 0.84 0.61 0 0.05 223.45 0.89 0.55
Hex 27 5F F2 54 3D 0 5 DF 59 37
Octal 47 137 362 124 75 0 5 337 131 67
Binary 100111 1011111 11110010 1010100 111101 0 101 11011111 1011001 110111

Color Harmonies of #275FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FF2

Black with #275FF2

Text Example


Text Example

White with #275FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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