Html Css Color HEX #2C70CF Royal Blue

📋 copy color: '#2C70CF'

red 44 ◦ green 112 ◦ blue 207

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

Shades of Royal Blue #2C70CF

Tints of Royal Blue #2C70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 12.12%
G = 30.85%
B = 57.02%

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

#2C70CF (or 0x2C70CF) is known color: Royal Blue. HEX triplet: 2C, 70 and CF. RGB value is (44,112,207). Sum of RGB (Red+Green+Blue) = 44+112+207=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C70CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C70CF is #D38F30. Grayscale: #666666. Windows color (decimal): -13864753 or 13594668. OLE color: 13594668.

HSL color Cylindrical-coordinate representation of color #2C70CF: hue angle of 214.97º 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 #2C70CF is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 112 207 -
CMYK 0.79 0.46 0 0.19
HSL 214.97º 0.65% 0.49% -
HSV(B) 214.97º 0.79% 0.81% -
XYZ 18.1 16.63 61.29 -
YUV 102.5 186.97 86.28 -
System Red Green Blue C M Y K H S L
Decimal 44 112 207 0.79 0.46 0 0.19 214.97 0.65 0.49
Hex 2C 70 CF 4F 2E 0 13 D7 41 31
Octal 54 160 317 117 56 0 23 327 101 61
Binary 101100 1110000 11001111 1001111 101110 0 10011 11010111 1000001 110001

Color Harmonies of #2C70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C70CF

Black with #2C70CF

Text Example


Text Example

White with #2C70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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