Html Css Color HEX #296AFC Royal Blue

📋 copy color: '#296AFC'

red 41 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #296AFC

Tints of Royal Blue #296AFC

RGB

 RED value IS 41 (16.41% from 255) = 10.28%

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 10.28%
G = 26.57%
B = 63.16%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#296AFC (or 0x296AFC) is known color: Royal Blue. HEX triplet: 29, 6A and FC. RGB value is (41,106,252). Sum of RGB (Red+Green+Blue) = 41+106+252=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #296AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AFC is #D69503. Grayscale: #666666. Windows color (decimal): -14062852 or 16542249. OLE color: 16542249.

HSL color Cylindrical-coordinate representation of color #296AFC: hue angle of 221.52º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296AFC is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 106 252 -
CMYK 0.84 0.58 0 0.01
HSL 221.52º 0.97% 0.57% -
HSV(B) 221.52º 0.84% 0.99% -
XYZ 23.64 17.81 94.29 -
YUV 103.21 211.97 83.63 -
System Red Green Blue C M Y K H S L
Decimal 41 106 252 0.84 0.58 0 0.01 221.52 0.97 0.57
Hex 29 6A FC 54 3A 0 1 DE 61 39
Octal 51 152 374 124 72 0 1 336 141 71
Binary 101001 1101010 11111100 1010100 111010 0 1 11011110 1100001 111001

Color Harmonies of #296AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AFC

Black with #296AFC

Text Example


Text Example

White with #296AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296AFC; }

 p { color: rgb(41,106,252); }

 H1.HeaderClassName
 {
   color: #296AFC;
 }
 .AnyTagClassName
 {
   color: #296AFC;
 }
</style>

background-color css

<style>
 a { background-color: #296AFC; }

 a { background-color: rgb(41,106,252); }

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

border-color css

<style>
 span { border-color: #296AFC; }

 span { border-color: rgb(41,106,252); }

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