Html Css Color HEX #275EFB Royal Blue

📋 copy color: '#275EFB'

red 39 ◦ green 94 ◦ blue 251

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

Shades of Royal Blue #275EFB

Tints of Royal Blue #275EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

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

R = 10.16%
G = 24.48%
B = 65.36%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#275EFB (or 0x275EFB) is known color: Royal Blue. HEX triplet: 27, 5E and FB. RGB value is (39,94,251). Sum of RGB (Red+Green+Blue) = 39+94+251=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #275EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275EFB is #D8A104. Grayscale: #5E5E5E. Windows color (decimal): -14196997 or 16473639. OLE color: 16473639.

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

Color convert

RGB 39 94 251 -
CMYK 0.84 0.63 0 0.02
HSL 224.43º 0.96% 0.57% -
HSV(B) 224.43º 0.84% 0.98% -
XYZ 22.25 15.4 93.07 -
YUV 95.45 215.78 87.73 -
System Red Green Blue C M Y K H S L
Decimal 39 94 251 0.84 0.63 0 0.02 224.43 0.96 0.57
Hex 27 5E FB 54 3F 0 2 E0 60 39
Octal 47 136 373 124 77 0 2 340 140 71
Binary 100111 1011110 11111011 1010100 111111 0 10 11100000 1100000 111001

Color Harmonies of #275EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275EFB

Black with #275EFB

Text Example


Text Example

White with #275EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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