Html Css Color HEX #2F67FD Royal Blue

📋 copy color: '#2F67FD'

red 47 ◦ green 103 ◦ blue 253

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

Shades of Royal Blue #2F67FD

Tints of Royal Blue #2F67FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.56%

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

R = 11.66%
G = 25.56%
B = 62.78%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F67FD (or 0x2F67FD) is known color: Royal Blue. HEX triplet: 2F, 67 and FD. RGB value is (47,103,253). Sum of RGB (Red+Green+Blue) = 47+103+253=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F67FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F67FD is #D09802. Grayscale: #666666. Windows color (decimal): -13670403 or 16607023. OLE color: 16607023.

HSL color Cylindrical-coordinate representation of color #2F67FD: hue angle of 223.69º 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 #2F67FD is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 103 253 -
CMYK 0.81 0.59 0 0.01
HSL 223.69º 0.98% 0.59% -
HSV(B) 223.69º 0.81% 0.99% -
XYZ 23.75 17.4 95.03 -
YUV 103.36 212.45 87.8 -
System Red Green Blue C M Y K H S L
Decimal 47 103 253 0.81 0.59 0 0.01 223.69 0.98 0.59
Hex 2F 67 FD 51 3B 0 1 E0 62 3B
Octal 57 147 375 121 73 0 1 340 142 73
Binary 101111 1100111 11111101 1010001 111011 0 1 11100000 1100010 111011

Color Harmonies of #2F67FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F67FD

Black with #2F67FD

Text Example


Text Example

White with #2F67FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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