Html Css Color HEX #296CE0 Royal Blue

📋 copy color: '#296CE0'

red 41 ◦ green 108 ◦ blue 224

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

Shades of Royal Blue #296CE0

Tints of Royal Blue #296CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.95%

 BLUE value IS 224 (87.89% from 255) = 60.05%

R = 10.99%
G = 28.95%
B = 60.05%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#296CE0 (or 0x296CE0) is known color: Royal Blue. HEX triplet: 29, 6C and E0. RGB value is (41,108,224). Sum of RGB (Red+Green+Blue) = 41+108+224=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #296CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CE0 is #D6931F. Grayscale: #646464. Windows color (decimal): -14062368 or 14707753. OLE color: 14707753.

HSL color Cylindrical-coordinate representation of color #296CE0: hue angle of 218.03º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296CE0 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 108 224 -
CMYK 0.82 0.52 0 0.12
HSL 218.03º 0.75% 0.52% -
HSV(B) 218.03º 0.82% 0.88% -
XYZ 19.73 16.58 72.68 -
YUV 101.19 197.3 85.07 -
System Red Green Blue C M Y K H S L
Decimal 41 108 224 0.82 0.52 0 0.12 218.03 0.75 0.52
Hex 29 6C E0 52 34 0 C DA 4B 34
Octal 51 154 340 122 64 0 14 332 113 64
Binary 101001 1101100 11100000 1010010 110100 0 1100 11011010 1001011 110100

Color Harmonies of #296CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CE0

Black with #296CE0

Text Example


Text Example

White with #296CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,108,224); }

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

background-color css

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

 a { background-color: rgb(41,108,224); }

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

border-color css

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

 span { border-color: rgb(41,108,224); }

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