Html Css Color HEX #2C65D6 Royal Blue

📋 copy color: '#2C65D6'

red 44 ◦ green 101 ◦ blue 214

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

Shades of Royal Blue #2C65D6

Tints of Royal Blue #2C65D6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 214 (83.98% from 255) = 59.61%

R = 12.26%
G = 28.13%
B = 59.61%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2C65D6 (or 0x2C65D6) is known color: Royal Blue. HEX triplet: 2C, 65 and D6. RGB value is (44,101,214). Sum of RGB (Red+Green+Blue) = 44+101+214=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 214 (83.98% from 255 or 59.61% from 359); Max value from RGB is 214 - color contains mainly: blue. Hex color #2C65D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C65D6 is #D39A29. Grayscale: #606060. Windows color (decimal): -13867562 or 14050604. OLE color: 14050604.

HSL color Cylindrical-coordinate representation of color #2C65D6: hue angle of 219.88º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C65D6 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 101 214 -
CMYK 0.79 0.53 0 0.16
HSL 219.88º 0.67% 0.51% -
HSV(B) 219.88º 0.79% 0.84% -
XYZ 17.83 14.7 65.52 -
YUV 96.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 44 101 214 0.79 0.53 0 0.16 219.88 0.67 0.51
Hex 2C 65 D6 4F 35 0 10 DC 43 33
Octal 54 145 326 117 65 0 20 334 103 63
Binary 101100 1100101 11010110 1001111 110101 0 10000 11011100 1000011 110011

Color Harmonies of #2C65D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C65D6

Black with #2C65D6

Text Example


Text Example

White with #2C65D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,101,214); }

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

background-color css

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

 a { background-color: rgb(44,101,214); }

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

border-color css

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

 span { border-color: rgb(44,101,214); }

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