Html Css Color HEX #296AFD Royal Blue

📋 copy color: '#296AFD'

red 41 ◦ green 106 ◦ blue 253

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

Shades of Royal Blue #296AFD

Tints of Royal Blue #296AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 10.25%
G = 26.5%
B = 63.25%

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

#296AFD (or 0x296AFD) is known color: Royal Blue. HEX triplet: 29, 6A and FD. RGB value is (41,106,253). Sum of RGB (Red+Green+Blue) = 41+106+253=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #296AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AFD is #D69502. Grayscale: #666666. Windows color (decimal): -14062851 or 16607785. OLE color: 16607785.

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

Color convert

RGB 41 106 253 -
CMYK 0.84 0.58 0 0.01
HSL 221.6º 0.98% 0.58% -
HSV(B) 221.6º 0.84% 0.99% -
XYZ 23.8 17.87 95.12 -
YUV 103.32 212.47 83.55 -
System Red Green Blue C M Y K H S L
Decimal 41 106 253 0.84 0.58 0 0.01 221.6 0.98 0.58
Hex 29 6A FD 54 3A 0 1 DE 62 3A
Octal 51 152 375 124 72 0 1 336 142 72
Binary 101001 1101010 11111101 1010100 111010 0 1 11011110 1100010 111010

Color Harmonies of #296AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AFD

Black with #296AFD

Text Example


Text Example

White with #296AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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