Html Css Color HEX #296AED Royal Blue

📋 copy color: '#296AED'

red 41 ◦ green 106 ◦ blue 237

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

Shades of Royal Blue #296AED

Tints of Royal Blue #296AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 10.68%
G = 27.6%
B = 61.72%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#296AED (or 0x296AED) is known color: Royal Blue. HEX triplet: 29, 6A and ED. RGB value is (41,106,237). Sum of RGB (Red+Green+Blue) = 41+106+237=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #296AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AED is #D69512. Grayscale: #646464. Windows color (decimal): -14062867 or 15559209. OLE color: 15559209.

HSL color Cylindrical-coordinate representation of color #296AED: hue angle of 220.1º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296AED is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 106 237 -
CMYK 0.83 0.55 0 0.07
HSL 220.1º 0.84% 0.55% -
HSV(B) 220.1º 0.83% 0.93% -
XYZ 21.35 16.89 82.26 -
YUV 101.5 204.47 84.85 -
System Red Green Blue C M Y K H S L
Decimal 41 106 237 0.83 0.55 0 0.07 220.1 0.84 0.55
Hex 29 6A ED 53 37 0 7 DC 54 37
Octal 51 152 355 123 67 0 7 334 124 67
Binary 101001 1101010 11101101 1010011 110111 0 111 11011100 1010100 110111

Color Harmonies of #296AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AED

Black with #296AED

Text Example


Text Example

White with #296AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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