Html Css Color HEX #2F7BED Royal Blue

📋 copy color: '#2F7BED'

red 47 ◦ green 123 ◦ blue 237

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

Shades of Royal Blue #2F7BED

Tints of Royal Blue #2F7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

 BLUE value IS 237 (92.97% from 255) = 58.23%

R = 11.55%
G = 30.22%
B = 58.23%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F7BED (or 0x2F7BED) is known color: Royal Blue. HEX triplet: 2F, 7B and ED. RGB value is (47,123,237). Sum of RGB (Red+Green+Blue) = 47+123+237=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F7BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7BED is #D08412. Grayscale: #707070. Windows color (decimal): -13665299 or 15563567. OLE color: 15563567.

HSL color Cylindrical-coordinate representation of color #2F7BED: hue angle of 216º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F7BED is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 123 237 -
CMYK 0.80 0.48 0 0.07
HSL 216º 0.84% 0.56% -
HSV(B) 216º 0.8% 0.93% -
XYZ 23.54 20.88 82.91 -
YUV 113.27 197.82 80.73 -
System Red Green Blue C M Y K H S L
Decimal 47 123 237 0.80 0.48 0 0.07 216 0.84 0.56
Hex 2F 7B ED 50 30 0 7 D8 54 38
Octal 57 173 355 120 60 0 7 330 124 70
Binary 101111 1111011 11101101 1010000 110000 0 111 11011000 1010100 111000

Color Harmonies of #2F7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7BED

Black with #2F7BED

Text Example


Text Example

White with #2F7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,123,237); }

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

background-color css

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

 a { background-color: rgb(47,123,237); }

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

border-color css

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

 span { border-color: rgb(47,123,237); }

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