Html Css Color HEX #296FDF Royal Blue

📋 copy color: '#296FDF'

red 41 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #296FDF

Tints of Royal Blue #296FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 10.93%
G = 29.6%
B = 59.47%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#296FDF (or 0x296FDF) is known color: Royal Blue. HEX triplet: 29, 6F and DF. RGB value is (41,111,223). Sum of RGB (Red+Green+Blue) = 41+111+223=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #296FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FDF is #D69020. Grayscale: #666666. Windows color (decimal): -14061601 or 14642985. OLE color: 14642985.

HSL color Cylindrical-coordinate representation of color #296FDF: hue angle of 216.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296FDF is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 111 223 -
CMYK 0.82 0.50 0 0.13
HSL 216.92º 0.74% 0.52% -
HSV(B) 216.92º 0.82% 0.87% -
XYZ 19.92 17.17 72.08 -
YUV 102.84 195.81 83.89 -
System Red Green Blue C M Y K H S L
Decimal 41 111 223 0.82 0.50 0 0.13 216.92 0.74 0.52
Hex 29 6F DF 52 32 0 D D9 4A 34
Octal 51 157 337 122 62 0 15 331 112 64
Binary 101001 1101111 11011111 1010010 110010 0 1101 11011001 1001010 110100

Color Harmonies of #296FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FDF

Black with #296FDF

Text Example


Text Example

White with #296FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,111,223); }

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

background-color css

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

 a { background-color: rgb(41,111,223); }

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

border-color css

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

 span { border-color: rgb(41,111,223); }

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