Html Css Color HEX #275FFB Royal Blue

📋 copy color: '#275FFB'

red 39 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #275FFB

Tints of Royal Blue #275FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 10.13%
G = 24.68%
B = 65.19%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#275FFB (or 0x275FFB) is known color: Royal Blue. HEX triplet: 27, 5F and FB. RGB value is (39,95,251). Sum of RGB (Red+Green+Blue) = 39+95+251=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #275FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275FFB is #D8A004. Grayscale: #5F5F5F. Windows color (decimal): -14196741 or 16473895. OLE color: 16473895.

HSL color Cylindrical-coordinate representation of color #275FFB: hue angle of 224.15º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275FFB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 95 251 -
CMYK 0.84 0.62 0 0.02
HSL 224.15º 0.96% 0.57% -
HSV(B) 224.15º 0.84% 0.98% -
XYZ 22.34 15.58 93.1 -
YUV 96.04 215.45 87.32 -
System Red Green Blue C M Y K H S L
Decimal 39 95 251 0.84 0.62 0 0.02 224.15 0.96 0.57
Hex 27 5F FB 54 3E 0 2 E0 60 39
Octal 47 137 373 124 76 0 2 340 140 71
Binary 100111 1011111 11111011 1010100 111110 0 10 11100000 1100000 111001

Color Harmonies of #275FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FFB

Black with #275FFB

Text Example


Text Example

White with #275FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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