Html Css Color HEX #295CED Royal Blue

📋 copy color: '#295CED'

red 41 ◦ green 92 ◦ blue 237

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

Shades of Royal Blue #295CED

Tints of Royal Blue #295CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 11.08%
G = 24.86%
B = 64.05%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#295CED (or 0x295CED) is known color: Royal Blue. HEX triplet: 29, 5C and ED. RGB value is (41,92,237). Sum of RGB (Red+Green+Blue) = 41+92+237=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #295CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CED is #D6A312. Grayscale: #5C5C5C. Windows color (decimal): -14066451 or 15555625. OLE color: 15555625.

HSL color Cylindrical-coordinate representation of color #295CED: hue angle of 224.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295CED is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 92 237 -
CMYK 0.83 0.61 0 0.07
HSL 224.39º 0.84% 0.55% -
HSV(B) 224.39º 0.83% 0.93% -
XYZ 20.03 14.24 81.81 -
YUV 93.28 209.1 90.71 -
System Red Green Blue C M Y K H S L
Decimal 41 92 237 0.83 0.61 0 0.07 224.39 0.84 0.55
Hex 29 5C ED 53 3D 0 7 E0 54 37
Octal 51 134 355 123 75 0 7 340 124 67
Binary 101001 1011100 11101101 1010011 111101 0 111 11100000 1010100 110111

Color Harmonies of #295CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CED

Black with #295CED

Text Example


Text Example

White with #295CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,92,237); }

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

background-color css

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

 a { background-color: rgb(41,92,237); }

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

border-color css

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

 span { border-color: rgb(41,92,237); }

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