Html Css Color HEX #296AF8 Royal Blue

📋 copy color: '#296AF8'

red 41 ◦ green 106 ◦ blue 248

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

Shades of Royal Blue #296AF8

Tints of Royal Blue #296AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.78%

R = 10.38%
G = 26.84%
B = 62.78%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#296AF8 (or 0x296AF8) is known color: Royal Blue. HEX triplet: 29, 6A and F8. RGB value is (41,106,248). Sum of RGB (Red+Green+Blue) = 41+106+248=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #296AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AF8 is #D69507. Grayscale: #666666. Windows color (decimal): -14062856 or 16280105. OLE color: 16280105.

HSL color Cylindrical-coordinate representation of color #296AF8: hue angle of 221.16º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296AF8 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 106 248 -
CMYK 0.83 0.57 0 0.03
HSL 221.16º 0.94% 0.57% -
HSV(B) 221.16º 0.83% 0.97% -
XYZ 23.01 17.56 90.98 -
YUV 102.75 209.97 83.95 -
System Red Green Blue C M Y K H S L
Decimal 41 106 248 0.83 0.57 0 0.03 221.16 0.94 0.57
Hex 29 6A F8 53 39 0 3 DD 5E 39
Octal 51 152 370 123 71 0 3 335 136 71
Binary 101001 1101010 11111000 1010011 111001 0 11 11011101 1011110 111001

Color Harmonies of #296AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AF8

Black with #296AF8

Text Example


Text Example

White with #296AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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