Html Css Color HEX #296DF2 Royal Blue

📋 copy color: '#296DF2'

red 41 ◦ green 109 ◦ blue 242

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

Shades of Royal Blue #296DF2

Tints of Royal Blue #296DF2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

 BLUE value IS 242 (94.92% from 255) = 61.73%

R = 10.46%
G = 27.81%
B = 61.73%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#296DF2 (or 0x296DF2) is known color: Royal Blue. HEX triplet: 29, 6D and F2. RGB value is (41,109,242). Sum of RGB (Red+Green+Blue) = 41+109+242=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #296DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DF2 is #D6920D. Grayscale: #676767. Windows color (decimal): -14062094 or 15887657. OLE color: 15887657.

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

Color convert

RGB 41 109 242 -
CMYK 0.83 0.55 0 0.05
HSL 219.7º 0.89% 0.55% -
HSV(B) 219.7º 0.83% 0.95% -
XYZ 22.41 17.82 86.26 -
YUV 103.83 205.97 83.19 -
System Red Green Blue C M Y K H S L
Decimal 41 109 242 0.83 0.55 0 0.05 219.7 0.89 0.55
Hex 29 6D F2 53 37 0 5 DC 59 37
Octal 51 155 362 123 67 0 5 334 131 67
Binary 101001 1101101 11110010 1010011 110111 0 101 11011100 1011001 110111

Color Harmonies of #296DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DF2

Black with #296DF2

Text Example


Text Example

White with #296DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,242); }

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

background-color css

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

 a { background-color: rgb(41,109,242); }

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

border-color css

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

 span { border-color: rgb(41,109,242); }

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