Html Css Color HEX #2C71FA Royal Blue

📋 copy color: '#2C71FA'

red 44 ◦ green 113 ◦ blue 250

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

Shades of Royal Blue #2C71FA

Tints of Royal Blue #2C71FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 10.81%
G = 27.76%
B = 61.43%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2C71FA (or 0x2C71FA) is known color: Royal Blue. HEX triplet: 2C, 71 and FA. RGB value is (44,113,250). Sum of RGB (Red+Green+Blue) = 44+113+250=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C71FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C71FA is #D38E05. Grayscale: #6B6B6B. Windows color (decimal): -13864454 or 16412972. OLE color: 16412972.

HSL color Cylindrical-coordinate representation of color #2C71FA: hue angle of 219.9º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C71FA is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 113 250 -
CMYK 0.82 0.55 0 0.02
HSL 219.9º 0.95% 0.58% -
HSV(B) 219.9º 0.82% 0.98% -
XYZ 24.2 19.25 92.88 -
YUV 107.99 208.14 82.36 -
System Red Green Blue C M Y K H S L
Decimal 44 113 250 0.82 0.55 0 0.02 219.9 0.95 0.58
Hex 2C 71 FA 52 37 0 2 DC 5F 3A
Octal 54 161 372 122 67 0 2 334 137 72
Binary 101100 1110001 11111010 1010010 110111 0 10 11011100 1011111 111010

Color Harmonies of #2C71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C71FA

Black with #2C71FA

Text Example


Text Example

White with #2C71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,113,250); }

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

background-color css

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

 a { background-color: rgb(44,113,250); }

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

border-color css

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

 span { border-color: rgb(44,113,250); }

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