Html Css Color HEX #296CFA Royal Blue

📋 copy color: '#296CFA'

red 41 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #296CFA

Tints of Royal Blue #296CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 10.28%
G = 27.07%
B = 62.66%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#296CFA (or 0x296CFA) is known color: Royal Blue. HEX triplet: 29, 6C and FA. RGB value is (41,108,250). Sum of RGB (Red+Green+Blue) = 41+108+250=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #296CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296CFA is #D69305. Grayscale: #676767. Windows color (decimal): -14062342 or 16411689. OLE color: 16411689.

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

Color convert

RGB 41 108 250 -
CMYK 0.84 0.57 0 0.02
HSL 220.77º 0.95% 0.57% -
HSV(B) 220.77º 0.84% 0.98% -
XYZ 23.53 18.1 92.7 -
YUV 104.16 210.3 82.95 -
System Red Green Blue C M Y K H S L
Decimal 41 108 250 0.84 0.57 0 0.02 220.77 0.95 0.57
Hex 29 6C FA 54 39 0 2 DD 5F 39
Octal 51 154 372 124 71 0 2 335 137 71
Binary 101001 1101100 11111010 1010100 111001 0 10 11011101 1011111 111001

Color Harmonies of #296CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CFA

Black with #296CFA

Text Example


Text Example

White with #296CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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