Html Css Color HEX #2C66FD Royal Blue

📋 copy color: '#2C66FD'

red 44 ◦ green 102 ◦ blue 253

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

Shades of Royal Blue #2C66FD

Tints of Royal Blue #2C66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 11.03%
G = 25.56%
B = 63.41%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2C66FD (or 0x2C66FD) is known color: Royal Blue. HEX triplet: 2C, 66 and FD. RGB value is (44,102,253). Sum of RGB (Red+Green+Blue) = 44+102+253=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #2C66FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C66FD is #D39902. Grayscale: #656565. Windows color (decimal): -13867267 or 16606764. OLE color: 16606764.

HSL color Cylindrical-coordinate representation of color #2C66FD: hue angle of 223.35º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C66FD is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 44 102 253 -
CMYK 0.83 0.60 0 0.01
HSL 223.35º 0.98% 0.58% -
HSV(B) 223.35º 0.83% 0.99% -
XYZ 23.52 17.13 95 -
YUV 101.87 213.28 86.72 -
System Red Green Blue C M Y K H S L
Decimal 44 102 253 0.83 0.60 0 0.01 223.35 0.98 0.58
Hex 2C 66 FD 53 3C 0 1 DF 62 3A
Octal 54 146 375 123 74 0 1 337 142 72
Binary 101100 1100110 11111101 1010011 111100 0 1 11011111 1100010 111010

Color Harmonies of #2C66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C66FD

Black with #2C66FD

Text Example


Text Example

White with #2C66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,102,253); }

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

background-color css

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

 a { background-color: rgb(44,102,253); }

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

border-color css

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

 span { border-color: rgb(44,102,253); }

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