Html Css Color HEX #2F6BEB Royal Blue

📋 copy color: '#2F6BEB'

red 47 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #2F6BEB

Tints of Royal Blue #2F6BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

 BLUE value IS 235 (92.19% from 255) = 60.41%

R = 12.08%
G = 27.51%
B = 60.41%

CMYK

 C value IS 0.8

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F6BEB (or 0x2F6BEB) is known color: Royal Blue. HEX triplet: 2F, 6B and EB. RGB value is (47,107,235). Sum of RGB (Red+Green+Blue) = 47+107+235=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F6BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6BEB is #D09414. Grayscale: #676767. Windows color (decimal): -13669397 or 15428399. OLE color: 15428399.

HSL color Cylindrical-coordinate representation of color #2F6BEB: hue angle of 220.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F6BEB is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 107 235 -
CMYK 0.8 0.54 0 0.08
HSL 220.85º 0.82% 0.55% -
HSV(B) 220.85º 0.8% 0.92% -
XYZ 21.43 17.12 80.77 -
YUV 103.65 202.12 87.59 -
System Red Green Blue C M Y K H S L
Decimal 47 107 235 0.8 0.54 0 0.08 220.85 0.82 0.55
Hex 2F 6B EB 50 36 0 8 DD 52 37
Octal 57 153 353 120 66 0 10 335 122 67
Binary 101111 1101011 11101011 1010000 110110 0 1000 11011101 1010010 110111

Color Harmonies of #2F6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6BEB

Black with #2F6BEB

Text Example


Text Example

White with #2F6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,107,235); }

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

background-color css

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

 a { background-color: rgb(47,107,235); }

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

border-color css

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

 span { border-color: rgb(47,107,235); }

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