Html Css Color HEX #2F5ADC Royal Blue

📋 copy color: '#2F5ADC'

red 47 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #2F5ADC

Tints of Royal Blue #2F5ADC

RGB

 RED value IS 47 (18.75% from 255) = 13.17%

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 220 (86.33% from 255) = 61.62%

R = 13.17%
G = 25.21%
B = 61.62%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F5ADC (or 0x2F5ADC) is known color: Royal Blue. HEX triplet: 2F, 5A and DC. RGB value is (47,90,220). Sum of RGB (Red+Green+Blue) = 47+90+220=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F5ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5ADC is #D0A523. Grayscale: #5B5B5B. Windows color (decimal): -13673764 or 14441007. OLE color: 14441007.

HSL color Cylindrical-coordinate representation of color #2F5ADC: hue angle of 225.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F5ADC is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 90 220 -
CMYK 0.79 0.59 0 0.14
HSL 225.09º 0.71% 0.52% -
HSV(B) 225.09º 0.79% 0.86% -
XYZ 17.75 13.08 69.3 -
YUV 91.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 47 90 220 0.79 0.59 0 0.14 225.09 0.71 0.52
Hex 2F 5A DC 4F 3B 0 E E1 47 34
Octal 57 132 334 117 73 0 16 341 107 64
Binary 101111 1011010 11011100 1001111 111011 0 1110 11100001 1000111 110100

Color Harmonies of #2F5ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5ADC

Black with #2F5ADC

Text Example


Text Example

White with #2F5ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,90,220); }

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

background-color css

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

 a { background-color: rgb(47,90,220); }

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

border-color css

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

 span { border-color: rgb(47,90,220); }

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