Html Css Color HEX #295ADF Royal Blue

📋 copy color: '#295ADF'

red 41 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #295ADF

Tints of Royal Blue #295ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

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

R = 11.58%
G = 25.42%
B = 62.99%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#295ADF (or 0x295ADF) is known color: Royal Blue. HEX triplet: 29, 5A and DF. RGB value is (41,90,223). Sum of RGB (Red+Green+Blue) = 41+90+223=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #295ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ADF is #D6A520. Grayscale: #595959. Windows color (decimal): -14066977 or 14637609. OLE color: 14637609.

HSL color Cylindrical-coordinate representation of color #295ADF: hue angle of 223.85º 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 #295ADF is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 90 223 -
CMYK 0.82 0.60 0 0.13
HSL 223.85º 0.74% 0.52% -
HSV(B) 223.85º 0.82% 0.87% -
XYZ 17.89 13.11 71.4 -
YUV 90.51 202.77 92.69 -
System Red Green Blue C M Y K H S L
Decimal 41 90 223 0.82 0.60 0 0.13 223.85 0.74 0.52
Hex 29 5A DF 52 3C 0 D E0 4A 34
Octal 51 132 337 122 74 0 15 340 112 64
Binary 101001 1011010 11011111 1010010 111100 0 1101 11100000 1001010 110100

Color Harmonies of #295ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ADF

Black with #295ADF

Text Example


Text Example

White with #295ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295ADF; }

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

 H1.HeaderClassName
 {
   color: #295ADF;
 }
 .AnyTagClassName
 {
   color: #295ADF;
 }
</style>

background-color css

<style>
 a { background-color: #295ADF; }

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

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

border-color css

<style>
 span { border-color: #295ADF; }

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

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