Html Css Color HEX #276AF2 Royal Blue

📋 copy color: '#276AF2'

red 39 ◦ green 106 ◦ blue 242

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

Shades of Royal Blue #276AF2

Tints of Royal Blue #276AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.39%

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

R = 10.08%
G = 27.39%
B = 62.53%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#276AF2 (or 0x276AF2) is known color: Royal Blue. HEX triplet: 27, 6A and F2. RGB value is (39,106,242). Sum of RGB (Red+Green+Blue) = 39+106+242=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #276AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #276AF2 is #D8950D. Grayscale: #646464. Windows color (decimal): -14193934 or 15886887. OLE color: 15886887.

HSL color Cylindrical-coordinate representation of color #276AF2: hue angle of 220.2º 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 #276AF2 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 106 242 -
CMYK 0.84 0.56 0 0.05
HSL 220.2º 0.89% 0.55% -
HSV(B) 220.2º 0.84% 0.95% -
XYZ 22.02 17.15 86.15 -
YUV 101.47 207.3 83.44 -
System Red Green Blue C M Y K H S L
Decimal 39 106 242 0.84 0.56 0 0.05 220.2 0.89 0.55
Hex 27 6A F2 54 38 0 5 DC 59 37
Octal 47 152 362 124 70 0 5 334 131 67
Binary 100111 1101010 11110010 1010100 111000 0 101 11011100 1011001 110111

Color Harmonies of #276AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276AF2

Black with #276AF2

Text Example


Text Example

White with #276AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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