Html Css Color HEX #2F62FD Royal Blue

📋 copy color: '#2F62FD'

red 47 ◦ green 98 ◦ blue 253

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

Shades of Royal Blue #2F62FD

Tints of Royal Blue #2F62FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 11.81%
G = 24.62%
B = 63.57%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F62FD (or 0x2F62FD) is known color: Royal Blue. HEX triplet: 2F, 62 and FD. RGB value is (47,98,253). Sum of RGB (Red+Green+Blue) = 47+98+253=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F62FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F62FD is #D09D02. Grayscale: #636363. Windows color (decimal): -13671683 or 16605743. OLE color: 16605743.

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

Color convert

RGB 47 98 253 -
CMYK 0.81 0.61 0 0.01
HSL 225.15º 0.98% 0.59% -
HSV(B) 225.15º 0.81% 0.99% -
XYZ 23.27 16.43 94.87 -
YUV 100.42 214.1 89.9 -
System Red Green Blue C M Y K H S L
Decimal 47 98 253 0.81 0.61 0 0.01 225.15 0.98 0.59
Hex 2F 62 FD 51 3D 0 1 E1 62 3B
Octal 57 142 375 121 75 0 1 341 142 73
Binary 101111 1100010 11111101 1010001 111101 0 1 11100001 1100010 111011

Color Harmonies of #2F62FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F62FD

Black with #2F62FD

Text Example


Text Example

White with #2F62FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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