Html Css Color HEX #2C60DE Royal Blue

📋 copy color: '#2C60DE'

red 44 ◦ green 96 ◦ blue 222

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

Shades of Royal Blue #2C60DE

Tints of Royal Blue #2C60DE

RGB

 RED value IS 44 (17.58% from 255) = 12.15%

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 222 (87.11% from 255) = 61.33%

R = 12.15%
G = 26.52%
B = 61.33%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C60DE (or 0x2C60DE) is known color: Royal Blue. HEX triplet: 2C, 60 and DE. RGB value is (44,96,222). Sum of RGB (Red+Green+Blue) = 44+96+222=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C60DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C60DE is #D39F21. Grayscale: #5E5E5E. Windows color (decimal): -13868834 or 14573612. OLE color: 14573612.

HSL color Cylindrical-coordinate representation of color #2C60DE: hue angle of 222.47º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C60DE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 96 222 -
CMYK 0.80 0.57 0 0.13
HSL 222.47º 0.73% 0.52% -
HSV(B) 222.47º 0.8% 0.87% -
XYZ 18.41 14.18 70.87 -
YUV 94.82 199.77 91.75 -
System Red Green Blue C M Y K H S L
Decimal 44 96 222 0.80 0.57 0 0.13 222.47 0.73 0.52
Hex 2C 60 DE 50 39 0 D DE 49 34
Octal 54 140 336 120 71 0 15 336 111 64
Binary 101100 1100000 11011110 1010000 111001 0 1101 11011110 1001001 110100

Color Harmonies of #2C60DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C60DE

Black with #2C60DE

Text Example


Text Example

White with #2C60DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C60DE; }

 p { color: rgb(44,96,222); }

 H1.HeaderClassName
 {
   color: #2C60DE;
 }
 .AnyTagClassName
 {
   color: #2C60DE;
 }
</style>

background-color css

<style>
 a { background-color: #2C60DE; }

 a { background-color: rgb(44,96,222); }

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

border-color css

<style>
 span { border-color: #2C60DE; }

 span { border-color: rgb(44,96,222); }

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