Html Css Color HEX #275AED Royal Blue

📋 copy color: '#275AED'

red 39 ◦ green 90 ◦ blue 237

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

Shades of Royal Blue #275AED

Tints of Royal Blue #275AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 10.66%
G = 24.59%
B = 64.75%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#275AED (or 0x275AED) is known color: Royal Blue. HEX triplet: 27, 5A and ED. RGB value is (39,90,237). Sum of RGB (Red+Green+Blue) = 39+90+237=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #275AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275AED is #D8A512. Grayscale: #5A5A5A. Windows color (decimal): -14198035 or 15555111. OLE color: 15555111.

HSL color Cylindrical-coordinate representation of color #275AED: hue angle of 224.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275AED is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 90 237 -
CMYK 0.84 0.62 0 0.07
HSL 224.55º 0.85% 0.54% -
HSV(B) 224.55º 0.84% 0.93% -
XYZ 19.78 13.86 81.75 -
YUV 91.51 210.1 90.55 -
System Red Green Blue C M Y K H S L
Decimal 39 90 237 0.84 0.62 0 0.07 224.55 0.85 0.54
Hex 27 5A ED 54 3E 0 7 E1 55 36
Octal 47 132 355 124 76 0 7 341 125 66
Binary 100111 1011010 11101101 1010100 111110 0 111 11100001 1010101 110110

Color Harmonies of #275AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AED

Black with #275AED

Text Example


Text Example

White with #275AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,90,237); }

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

background-color css

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

 a { background-color: rgb(39,90,237); }

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

border-color css

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

 span { border-color: rgb(39,90,237); }

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