Html Css Color HEX #275BEA Royal Blue

📋 copy color: '#275BEA'

red 39 ◦ green 91 ◦ blue 234

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

Shades of Royal Blue #275BEA

Tints of Royal Blue #275BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 10.71%
G = 25%
B = 64.29%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#275BEA (or 0x275BEA) is known color: Royal Blue. HEX triplet: 27, 5B and EA. RGB value is (39,91,234). Sum of RGB (Red+Green+Blue) = 39+91+234=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #275BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BEA is #D8A415. Grayscale: #5B5B5B. Windows color (decimal): -14197782 or 15358759. OLE color: 15358759.

HSL color Cylindrical-coordinate representation of color #275BEA: hue angle of 224º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #275BEA is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 91 234 -
CMYK 0.83 0.61 0 0.08
HSL 224º 0.82% 0.54% -
HSV(B) 224º 0.83% 0.92% -
XYZ 19.43 13.85 79.49 -
YUV 91.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 39 91 234 0.83 0.61 0 0.08 224 0.82 0.54
Hex 27 5B EA 53 3D 0 8 E0 52 36
Octal 47 133 352 123 75 0 10 340 122 66
Binary 100111 1011011 11101010 1010011 111101 0 1000 11100000 1010010 110110

Color Harmonies of #275BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BEA

Black with #275BEA

Text Example


Text Example

White with #275BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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