Html Css Color HEX #275AFB Royal Blue

📋 copy color: '#275AFB'

red 39 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #275AFB

Tints of Royal Blue #275AFB

RGB

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

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

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

R = 10.26%
G = 23.68%
B = 66.05%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#275AFB (or 0x275AFB) is known color: Royal Blue. HEX triplet: 27, 5A and FB. RGB value is (39,90,251). Sum of RGB (Red+Green+Blue) = 39+90+251=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #275AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275AFB is #D8A504. Grayscale: #5C5C5C. Windows color (decimal): -14198021 or 16472615. OLE color: 16472615.

HSL color Cylindrical-coordinate representation of color #275AFB: hue angle of 225.57º 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 #275AFB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 90 251 -
CMYK 0.84 0.64 0 0.02
HSL 225.57º 0.96% 0.57% -
HSV(B) 225.57º 0.84% 0.98% -
XYZ 21.91 14.71 92.95 -
YUV 93.11 217.1 89.41 -
System Red Green Blue C M Y K H S L
Decimal 39 90 251 0.84 0.64 0 0.02 225.57 0.96 0.57
Hex 27 5A FB 54 40 0 2 E2 60 39
Octal 47 132 373 124 100 0 2 342 140 71
Binary 100111 1011010 11111011 1010100 1000000 0 10 11100010 1100000 111001

Color Harmonies of #275AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AFB

Black with #275AFB

Text Example


Text Example

White with #275AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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