Html Css Color HEX #276FF2 Royal Blue

📋 copy color: '#276FF2'

red 39 ◦ green 111 ◦ blue 242

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

Shades of Royal Blue #276FF2

Tints of Royal Blue #276FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.32%

 BLUE value IS 242 (94.92% from 255) = 61.73%

R = 9.95%
G = 28.32%
B = 61.73%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#276FF2 (or 0x276FF2) is known color: Royal Blue. HEX triplet: 27, 6F and F2. RGB value is (39,111,242). Sum of RGB (Red+Green+Blue) = 39+111+242=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #276FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276FF2 is #D8900D. Grayscale: #676767. Windows color (decimal): -14192654 or 15888167. OLE color: 15888167.

HSL color Cylindrical-coordinate representation of color #276FF2: hue angle of 218.72º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #276FF2 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 111 242 -
CMYK 0.84 0.54 0 0.05
HSL 218.72º 0.89% 0.55% -
HSV(B) 218.72º 0.84% 0.95% -
XYZ 22.55 18.21 86.33 -
YUV 104.41 205.65 81.35 -
System Red Green Blue C M Y K H S L
Decimal 39 111 242 0.84 0.54 0 0.05 218.72 0.89 0.55
Hex 27 6F F2 54 36 0 5 DB 59 37
Octal 47 157 362 124 66 0 5 333 131 67
Binary 100111 1101111 11110010 1010100 110110 0 101 11011011 1011001 110111

Color Harmonies of #276FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276FF2

Black with #276FF2

Text Example


Text Example

White with #276FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276FF2; }

 p { color: rgb(39,111,242); }

 H1.HeaderClassName
 {
   color: #276FF2;
 }
 .AnyTagClassName
 {
   color: #276FF2;
 }
</style>

background-color css

<style>
 a { background-color: #276FF2; }

 a { background-color: rgb(39,111,242); }

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

border-color css

<style>
 span { border-color: #276FF2; }

 span { border-color: rgb(39,111,242); }

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