Html Css Color HEX #275BFC Royal Blue

📋 copy color: '#275BFC'

red 39 ◦ green 91 ◦ blue 252

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

Shades of Royal Blue #275BFC

Tints of Royal Blue #275BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.97%

R = 10.21%
G = 23.82%
B = 65.97%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#275BFC (or 0x275BFC) is known color: Royal Blue. HEX triplet: 27, 5B and FC. RGB value is (39,91,252). Sum of RGB (Red+Green+Blue) = 39+91+252=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #275BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BFC is #D8A403. Grayscale: #5D5D5D. Windows color (decimal): -14197764 or 16538407. OLE color: 16538407.

HSL color Cylindrical-coordinate representation of color #275BFC: hue angle of 225.35º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #275BFC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 91 252 -
CMYK 0.85 0.64 0 0.01
HSL 225.35º 0.97% 0.57% -
HSV(B) 225.35º 0.85% 0.99% -
XYZ 22.15 14.94 93.81 -
YUV 93.81 217.27 88.91 -
System Red Green Blue C M Y K H S L
Decimal 39 91 252 0.85 0.64 0 0.01 225.35 0.97 0.57
Hex 27 5B FC 55 40 0 1 E1 61 39
Octal 47 133 374 125 100 0 1 341 141 71
Binary 100111 1011011 11111100 1010101 1000000 0 1 11100001 1100001 111001

Color Harmonies of #275BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BFC

Black with #275BFC

Text Example


Text Example

White with #275BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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