Html Css Color HEX #2F75FA Royal Blue

📋 copy color: '#2F75FA'

red 47 ◦ green 117 ◦ blue 250

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

Shades of Royal Blue #2F75FA

Tints of Royal Blue #2F75FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 250 (98.05% from 255) = 60.39%

R = 11.35%
G = 28.26%
B = 60.39%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F75FA (or 0x2F75FA) is known color: Royal Blue. HEX triplet: 2F, 75 and FA. RGB value is (47,117,250). Sum of RGB (Red+Green+Blue) = 47+117+250=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F75FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F75FA is #D08A05. Grayscale: #6E6E6E. Windows color (decimal): -13666822 or 16413999. OLE color: 16413999.

HSL color Cylindrical-coordinate representation of color #2F75FA: hue angle of 219.31º degrees, saturation: 0.95, 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 #2F75FA is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 117 250 -
CMYK 0.81 0.53 0 0.02
HSL 219.31º 0.95% 0.58% -
HSV(B) 219.31º 0.81% 0.98% -
XYZ 24.79 20.23 93.04 -
YUV 111.23 206.31 82.19 -
System Red Green Blue C M Y K H S L
Decimal 47 117 250 0.81 0.53 0 0.02 219.31 0.95 0.58
Hex 2F 75 FA 51 35 0 2 DB 5F 3A
Octal 57 165 372 121 65 0 2 333 137 72
Binary 101111 1110101 11111010 1010001 110101 0 10 11011011 1011111 111010

Color Harmonies of #2F75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F75FA

Black with #2F75FA

Text Example


Text Example

White with #2F75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,117,250); }

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

background-color css

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

 a { background-color: rgb(47,117,250); }

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

border-color css

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

 span { border-color: rgb(47,117,250); }

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