Html Css Color HEX #2C70CE Royal Blue

📋 copy color: '#2C70CE'

red 44 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #2C70CE

Tints of Royal Blue #2C70CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 12.15%
G = 30.94%
B = 56.91%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2C70CE (or 0x2C70CE) is known color: Royal Blue. HEX triplet: 2C, 70 and CE. RGB value is (44,112,206). Sum of RGB (Red+Green+Blue) = 44+112+206=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C70CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C70CE is #D38F31. Grayscale: #656565. Windows color (decimal): -13864754 or 13529132. OLE color: 13529132.

HSL color Cylindrical-coordinate representation of color #2C70CE: hue angle of 214.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C70CE is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 112 206 -
CMYK 0.79 0.46 0 0.19
HSL 214.81º 0.65% 0.49% -
HSV(B) 214.81º 0.79% 0.81% -
XYZ 17.97 16.58 60.65 -
YUV 102.38 186.47 86.36 -
System Red Green Blue C M Y K H S L
Decimal 44 112 206 0.79 0.46 0 0.19 214.81 0.65 0.49
Hex 2C 70 CE 4F 2E 0 13 D7 41 31
Octal 54 160 316 117 56 0 23 327 101 61
Binary 101100 1110000 11001110 1001111 101110 0 10011 11010111 1000001 110001

Color Harmonies of #2C70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C70CE

Black with #2C70CE

Text Example


Text Example

White with #2C70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,112,206); }

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

background-color css

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

 a { background-color: rgb(44,112,206); }

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

border-color css

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

 span { border-color: rgb(44,112,206); }

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