Html Css Color HEX #2F6CCC Royal Blue

📋 copy color: '#2F6CCC'

red 47 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #2F6CCC

Tints of Royal Blue #2F6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 13.09%
G = 30.08%
B = 56.82%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2F6CCC (or 0x2F6CCC) is known color: Royal Blue. HEX triplet: 2F, 6C and CC. RGB value is (47,108,204). Sum of RGB (Red+Green+Blue) = 47+108+204=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F6CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6CCC is #D09333. Grayscale: #646464. Windows color (decimal): -13669172 or 13397039. OLE color: 13397039.

HSL color Cylindrical-coordinate representation of color #2F6CCC: hue angle of 216.69º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F6CCC is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 108 204 -
CMYK 0.77 0.47 0 0.2
HSL 216.69º 0.63% 0.49% -
HSV(B) 216.69º 0.77% 0.8% -
XYZ 17.43 15.69 59.24 -
YUV 100.71 186.29 89.69 -
System Red Green Blue C M Y K H S L
Decimal 47 108 204 0.77 0.47 0 0.2 216.69 0.63 0.49
Hex 2F 6C CC 4D 2F 0 14 D9 3F 31
Octal 57 154 314 115 57 0 24 331 77 61
Binary 101111 1101100 11001100 1001101 101111 0 10100 11011001 111111 110001

Color Harmonies of #2F6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6CCC

Black with #2F6CCC

Text Example


Text Example

White with #2F6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,108,204); }

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

background-color css

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

 a { background-color: rgb(47,108,204); }

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

border-color css

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

 span { border-color: rgb(47,108,204); }

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