Html Css Color HEX #2F62FB Royal Blue

📋 copy color: '#2F62FB'

red 47 ◦ green 98 ◦ blue 251

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

Shades of Royal Blue #2F62FB

Tints of Royal Blue #2F62FB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

 BLUE value IS 251 (98.44% from 255) = 63.38%

R = 11.87%
G = 24.75%
B = 63.38%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F62FB (or 0x2F62FB) is known color: Royal Blue. HEX triplet: 2F, 62 and FB. RGB value is (47,98,251). Sum of RGB (Red+Green+Blue) = 47+98+251=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F62FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F62FB is #D09D04. Grayscale: #636363. Windows color (decimal): -13671685 or 16474671. OLE color: 16474671.

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

Color convert

RGB 47 98 251 -
CMYK 0.81 0.61 0 0.02
HSL 225º 0.96% 0.58% -
HSV(B) 225º 0.81% 0.98% -
XYZ 22.95 16.3 93.2 -
YUV 100.19 213.1 90.06 -
System Red Green Blue C M Y K H S L
Decimal 47 98 251 0.81 0.61 0 0.02 225 0.96 0.58
Hex 2F 62 FB 51 3D 0 2 E1 60 3A
Octal 57 142 373 121 75 0 2 341 140 72
Binary 101111 1100010 11111011 1010001 111101 0 10 11100001 1100000 111010

Color Harmonies of #2F62FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F62FB

Black with #2F62FB

Text Example


Text Example

White with #2F62FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,98,251); }

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

background-color css

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

 a { background-color: rgb(47,98,251); }

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

border-color css

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

 span { border-color: rgb(47,98,251); }

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