Html Css Color HEX #2F65DD Royal Blue

📋 copy color: '#2F65DD'

red 47 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #2F65DD

Tints of Royal Blue #2F65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 12.74%
G = 27.37%
B = 59.89%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F65DD (or 0x2F65DD) is known color: Royal Blue. HEX triplet: 2F, 65 and DD. RGB value is (47,101,221). Sum of RGB (Red+Green+Blue) = 47+101+221=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F65DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F65DD is #D09A22. Grayscale: #626262. Windows color (decimal): -13670947 or 14509359. OLE color: 14509359.

HSL color Cylindrical-coordinate representation of color #2F65DD: hue angle of 221.38º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F65DD is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 101 221 -
CMYK 0.79 0.54 0 0.13
HSL 221.38º 0.72% 0.53% -
HSV(B) 221.38º 0.79% 0.87% -
XYZ 18.88 15.13 70.33 -
YUV 98.53 197.11 91.24 -
System Red Green Blue C M Y K H S L
Decimal 47 101 221 0.79 0.54 0 0.13 221.38 0.72 0.53
Hex 2F 65 DD 4F 36 0 D DD 48 35
Octal 57 145 335 117 66 0 15 335 110 65
Binary 101111 1100101 11011101 1001111 110110 0 1101 11011101 1001000 110101

Color Harmonies of #2F65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F65DD

Black with #2F65DD

Text Example


Text Example

White with #2F65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,101,221); }

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

background-color css

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

 a { background-color: rgb(47,101,221); }

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

border-color css

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

 span { border-color: rgb(47,101,221); }

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