Html Css Color HEX #275BE4 Royal Blue

📋 copy color: '#275BE4'

red 39 ◦ green 91 ◦ blue 228

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

Shades of Royal Blue #275BE4

Tints of Royal Blue #275BE4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 228 (89.45% from 255) = 63.69%

R = 10.89%
G = 25.42%
B = 63.69%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#275BE4 (or 0x275BE4) is known color: Royal Blue. HEX triplet: 27, 5B and E4. RGB value is (39,91,228). Sum of RGB (Red+Green+Blue) = 39+91+228=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 228 (89.45% from 255 or 63.69% from 358); Max value from RGB is 228 - color contains mainly: blue. Hex color #275BE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BE4 is #D8A41B. Grayscale: #5A5A5A. Windows color (decimal): -14197788 or 14965543. OLE color: 14965543.

HSL color Cylindrical-coordinate representation of color #275BE4: hue angle of 223.49º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275BE4 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 91 228 -
CMYK 0.83 0.60 0 0.11
HSL 223.49º 0.78% 0.52% -
HSV(B) 223.49º 0.83% 0.89% -
XYZ 18.58 13.51 75.03 -
YUV 91.07 205.27 90.86 -
System Red Green Blue C M Y K H S L
Decimal 39 91 228 0.83 0.60 0 0.11 223.49 0.78 0.52
Hex 27 5B E4 53 3C 0 B DF 4E 34
Octal 47 133 344 123 74 0 13 337 116 64
Binary 100111 1011011 11100100 1010011 111100 0 1011 11011111 1001110 110100

Color Harmonies of #275BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BE4

Black with #275BE4

Text Example


Text Example

White with #275BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,228); }

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

background-color css

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

 a { background-color: rgb(39,91,228); }

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

border-color css

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

 span { border-color: rgb(39,91,228); }

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