Html Css Color HEX #2F7CDA Royal Blue

📋 copy color: '#2F7CDA'

red 47 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #2F7CDA

Tints of Royal Blue #2F7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 218 (85.55% from 255) = 56.04%

R = 12.08%
G = 31.88%
B = 56.04%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F7CDA (or 0x2F7CDA) is known color: Royal Blue. HEX triplet: 2F, 7C and DA. RGB value is (47,124,218). Sum of RGB (Red+Green+Blue) = 47+124+218=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F7CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7CDA is #D08325. Grayscale: #6F6F6F. Windows color (decimal): -13665062 or 14318639. OLE color: 14318639.

HSL color Cylindrical-coordinate representation of color #2F7CDA: hue angle of 212.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F7CDA is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 124 218 -
CMYK 0.78 0.43 0 0.15
HSL 212.98º 0.7% 0.52% -
HSV(B) 212.98º 0.78% 0.85% -
XYZ 21.03 20.08 69.1 -
YUV 111.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 47 124 218 0.78 0.43 0 0.15 212.98 0.7 0.52
Hex 2F 7C DA 4E 2B 0 F D5 46 34
Octal 57 174 332 116 53 0 17 325 106 64
Binary 101111 1111100 11011010 1001110 101011 0 1111 11010101 1000110 110100

Color Harmonies of #2F7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7CDA

Black with #2F7CDA

Text Example


Text Example

White with #2F7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,124,218); }

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

background-color css

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

 a { background-color: rgb(47,124,218); }

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

border-color css

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

 span { border-color: rgb(47,124,218); }

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