Html Css Color HEX #275FE0 Royal Blue

📋 copy color: '#275FE0'

red 39 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #275FE0

Tints of Royal Blue #275FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 62.57%

R = 10.89%
G = 26.54%
B = 62.57%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#275FE0 (or 0x275FE0) is known color: Royal Blue. HEX triplet: 27, 5F and E0. RGB value is (39,95,224). Sum of RGB (Red+Green+Blue) = 39+95+224=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #275FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FE0 is #D8A01F. Grayscale: #5C5C5C. Windows color (decimal): -14196768 or 14704423. OLE color: 14704423.

HSL color Cylindrical-coordinate representation of color #275FE0: hue angle of 221.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275FE0 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 95 224 -
CMYK 0.83 0.58 0 0.12
HSL 221.84º 0.75% 0.52% -
HSV(B) 221.84º 0.83% 0.88% -
XYZ 18.38 14 72.25 -
YUV 92.96 201.95 89.51 -
System Red Green Blue C M Y K H S L
Decimal 39 95 224 0.83 0.58 0 0.12 221.84 0.75 0.52
Hex 27 5F E0 53 3A 0 C DE 4B 34
Octal 47 137 340 123 72 0 14 336 113 64
Binary 100111 1011111 11100000 1010011 111010 0 1100 11011110 1001011 110100

Color Harmonies of #275FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FE0

Black with #275FE0

Text Example


Text Example

White with #275FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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