Html Css Color HEX #275FF6 Royal Blue

📋 copy color: '#275FF6'

red 39 ◦ green 95 ◦ blue 246

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

Shades of Royal Blue #275FF6

Tints of Royal Blue #275FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 64.74%

R = 10.26%
G = 25%
B = 64.74%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#275FF6 (or 0x275FF6) is known color: Royal Blue. HEX triplet: 27, 5F and F6. RGB value is (39,95,246). Sum of RGB (Red+Green+Blue) = 39+95+246=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 246 (96.48% from 255 or 64.74% from 380); Max value from RGB is 246 - color contains mainly: blue. Hex color #275FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FF6 is #D8A009. Grayscale: #5E5E5E. Windows color (decimal): -14196746 or 16146215. OLE color: 16146215.

HSL color Cylindrical-coordinate representation of color #275FF6: hue angle of 223.77º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275FF6 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 39 95 246 -
CMYK 0.84 0.61 0 0.04
HSL 223.77º 0.92% 0.56% -
HSV(B) 223.77º 0.84% 0.96% -
XYZ 21.56 15.27 89 -
YUV 95.47 212.95 87.72 -
System Red Green Blue C M Y K H S L
Decimal 39 95 246 0.84 0.61 0 0.04 223.77 0.92 0.56
Hex 27 5F F6 54 3D 0 4 E0 5C 38
Octal 47 137 366 124 75 0 4 340 134 70
Binary 100111 1011111 11110110 1010100 111101 0 100 11100000 1011100 111000

Color Harmonies of #275FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FF6

Black with #275FF6

Text Example


Text Example

White with #275FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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